How can I add an SSL client certificate/key globally in Ubuntu?How to establish a webdav connection with TLS client certificate authentication in Ubuntu?Importing PKCS#12 (.p12) files into Firefox From the Command Lineinstalling a SSL certificateSSL Certificate error when adding PPAUnable to find Installed SSL Certificate on UbuntuHow to Use HTTPS with DHCP in ownCloud?SSL Certificate languageSSL certificate error with curlDisable SSL certificate validation in Ubuntu totally
Writing style in academic English
Multiple pdf outputs from one single .tex file
Is there any obvious warning when auto-pilot is disengaged or when the mode changes?
How do you say "to play Devil's advocate" in German?
How should "murciélago" be pronounced?
Sending non-work emails to colleagues. Is it rude?
Anacruses, Bar Lines, and Line Breaks
Is there any possible way to automatically update the locators when developer changes the locators
Which device is violating the 802.11n Wi-Fi standard?
System of linear pde with non constant coefficients
Dropping "to be" and other verbs in Latin?
Is it possible to pull or pull out a machine gun if it's already in your hand?
How many flight hours do the first retiring A380s have?
What's the name of this windows feature?
Does Star Trek provide an answer for the size and shape of the universe?
Sold item on eBay, buyer wants it to be delivered to another country, and pay by bank transfer
Is there any canon reason why urban werewolves haven't destroyed vampires (or vice versa)?
Are these pigtails inside the panel and outside a junction box allowed?
I've got an error "This site is blocked due to content filtering."
Finding a solution to a linear program with a small number of zeros
What is this book about Satan having to run the world
Why does General Grievous say “Ah yes, the negotiator?”
P-Channel MOSFET Inrush Current Limiting - Transistor burn issue
Exactly what does "diatonic" mean?
How can I add an SSL client certificate/key globally in Ubuntu?
How to establish a webdav connection with TLS client certificate authentication in Ubuntu?Importing PKCS#12 (.p12) files into Firefox From the Command Lineinstalling a SSL certificateSSL Certificate error when adding PPAUnable to find Installed SSL Certificate on UbuntuHow to Use HTTPS with DHCP in ownCloud?SSL Certificate languageSSL certificate error with curlDisable SSL certificate validation in Ubuntu totally
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I have a web server which requires a client certificate to establish an SSL connection (SSLVerifyClient require
in apache). In firefox or chrome, I simply import the .p12-file containing my certificate in PKCS 12 format in the tab "Your Certificates", and this works like it should.
Now I want to use other applications, which afaik don't have the functionality to provide a client SSL certificate themselves (e.g. nautilus). I guess that there has to be a system-wide location where I can store my client certificate, but the only thing I find when googling is where to store CA certificates.
So my question is how can I add SSL client certificate / key files (either .p12 or .crt and .key I guess) so that they are used systemwide?
nautilus security ssl certificates
add a comment
|
I have a web server which requires a client certificate to establish an SSL connection (SSLVerifyClient require
in apache). In firefox or chrome, I simply import the .p12-file containing my certificate in PKCS 12 format in the tab "Your Certificates", and this works like it should.
Now I want to use other applications, which afaik don't have the functionality to provide a client SSL certificate themselves (e.g. nautilus). I guess that there has to be a system-wide location where I can store my client certificate, but the only thing I find when googling is where to store CA certificates.
So my question is how can I add SSL client certificate / key files (either .p12 or .crt and .key I guess) so that they are used systemwide?
nautilus security ssl certificates
I'm looking for the answer to this as well. As fara as I can tell, nautilus or gnome does not offer an obvious way to include client certificates, or even custom certificate authorities.
– JulioHM
Aug 23 '14 at 3:17
add a comment
|
I have a web server which requires a client certificate to establish an SSL connection (SSLVerifyClient require
in apache). In firefox or chrome, I simply import the .p12-file containing my certificate in PKCS 12 format in the tab "Your Certificates", and this works like it should.
Now I want to use other applications, which afaik don't have the functionality to provide a client SSL certificate themselves (e.g. nautilus). I guess that there has to be a system-wide location where I can store my client certificate, but the only thing I find when googling is where to store CA certificates.
So my question is how can I add SSL client certificate / key files (either .p12 or .crt and .key I guess) so that they are used systemwide?
nautilus security ssl certificates
I have a web server which requires a client certificate to establish an SSL connection (SSLVerifyClient require
in apache). In firefox or chrome, I simply import the .p12-file containing my certificate in PKCS 12 format in the tab "Your Certificates", and this works like it should.
Now I want to use other applications, which afaik don't have the functionality to provide a client SSL certificate themselves (e.g. nautilus). I guess that there has to be a system-wide location where I can store my client certificate, but the only thing I find when googling is where to store CA certificates.
So my question is how can I add SSL client certificate / key files (either .p12 or .crt and .key I guess) so that they are used systemwide?
nautilus security ssl certificates
nautilus security ssl certificates
edited Mar 17 '13 at 8:50
Misch
asked Mar 16 '13 at 19:22
MischMisch
1611 silver badge5 bronze badges
1611 silver badge5 bronze badges
I'm looking for the answer to this as well. As fara as I can tell, nautilus or gnome does not offer an obvious way to include client certificates, or even custom certificate authorities.
– JulioHM
Aug 23 '14 at 3:17
add a comment
|
I'm looking for the answer to this as well. As fara as I can tell, nautilus or gnome does not offer an obvious way to include client certificates, or even custom certificate authorities.
– JulioHM
Aug 23 '14 at 3:17
I'm looking for the answer to this as well. As fara as I can tell, nautilus or gnome does not offer an obvious way to include client certificates, or even custom certificate authorities.
– JulioHM
Aug 23 '14 at 3:17
I'm looking for the answer to this as well. As fara as I can tell, nautilus or gnome does not offer an obvious way to include client certificates, or even custom certificate authorities.
– JulioHM
Aug 23 '14 at 3:17
add a comment
|
1 Answer
1
active
oldest
votes
You would need to install your cert under: /etc/ssl/certs. It would need to have the .crt extension. Your application would need to be configured to look in the /etc/ssl/certs path for the certs, but it should work. I have Fetchmail configured to pull reference /etc/ssl/certs.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f268637%2fhow-can-i-add-an-ssl-client-certificate-key-globally-in-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You would need to install your cert under: /etc/ssl/certs. It would need to have the .crt extension. Your application would need to be configured to look in the /etc/ssl/certs path for the certs, but it should work. I have Fetchmail configured to pull reference /etc/ssl/certs.
add a comment
|
You would need to install your cert under: /etc/ssl/certs. It would need to have the .crt extension. Your application would need to be configured to look in the /etc/ssl/certs path for the certs, but it should work. I have Fetchmail configured to pull reference /etc/ssl/certs.
add a comment
|
You would need to install your cert under: /etc/ssl/certs. It would need to have the .crt extension. Your application would need to be configured to look in the /etc/ssl/certs path for the certs, but it should work. I have Fetchmail configured to pull reference /etc/ssl/certs.
You would need to install your cert under: /etc/ssl/certs. It would need to have the .crt extension. Your application would need to be configured to look in the /etc/ssl/certs path for the certs, but it should work. I have Fetchmail configured to pull reference /etc/ssl/certs.
answered Oct 12 '15 at 17:25
Justin AndruskJustin Andrusk
3,8102 gold badges15 silver badges16 bronze badges
3,8102 gold badges15 silver badges16 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f268637%2fhow-can-i-add-an-ssl-client-certificate-key-globally-in-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm looking for the answer to this as well. As fara as I can tell, nautilus or gnome does not offer an obvious way to include client certificates, or even custom certificate authorities.
– JulioHM
Aug 23 '14 at 3:17