Any CA Cert trusted by default on ubuntu? The Next CEO of Stack OverflowBecome a trusted Certificate Authority in UbuntuImporting PKCS#12 (.p12) files into Firefox From the Command LineAdd certificate authorities system-wide on Firefoxwhere do certs get installed?How can I add an SSL client certificate/key globally in Ubuntu?How to get a SSL certificate to be verified in Python?How does one remove a certificate authority's certificate from a system?Self-signed server certificate for Postfix TLSCan't add intermediate cert to ca-certificates.crt via /usr/local/share/ca-certificatesCreate, sign and deploy certificates in Ubuntu 14 system using certtoolSome supisious software making request to nmcheck.gnome.org
In the "Harry Potter and the Order of the Phoenix" videogame, what potion is used to sabotage Umbridge's Speakers?
Easy to read palindrome checker
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
What difference does it make using sed with/without whitespaces?
Is there a way to save my career from absolute disaster?
Where do students learn to solve polynomial equations these days?
How many extra stops do monopods offer for tele photographs?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Does Germany produce more waste than the US?
Purpose of level-shifter with same in and out voltages
How do I fit a non linear curve?
Why is information "lost" when it got into a black hole?
Can I board the first leg of the flight without having final country's visa?
IC has pull-down resistors on SMBus lines?
Audio Conversion With ADS1243
"Eavesdropping" vs "Listen in on"
What is the difference between Statistical Mechanics and Quantum Mechanics
Calculate the Mean mean of two numbers
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
Why the last AS PATH item always is `I` or `?`?
Help! I cannot understand this game’s notations!
What day is it again?
New carbon wheel brake pads after use on aluminum wheel?
What is the difference between "hamstring tendon" and "common hamstring tendon"?
Any CA Cert trusted by default on ubuntu?
The Next CEO of Stack OverflowBecome a trusted Certificate Authority in UbuntuImporting PKCS#12 (.p12) files into Firefox From the Command LineAdd certificate authorities system-wide on Firefoxwhere do certs get installed?How can I add an SSL client certificate/key globally in Ubuntu?How to get a SSL certificate to be verified in Python?How does one remove a certificate authority's certificate from a system?Self-signed server certificate for Postfix TLSCan't add intermediate cert to ca-certificates.crt via /usr/local/share/ca-certificatesCreate, sign and deploy certificates in Ubuntu 14 system using certtoolSome supisious software making request to nmcheck.gnome.org
I understand I can copy the CA cert to certain location and run script update-ca-certificate to import CA cert to the system.
But I'm curious is there a list of CAs that are trusted by default on this system? Just like how it was done in the browser scenarios?
security certificates
add a comment |
I understand I can copy the CA cert to certain location and run script update-ca-certificate to import CA cert to the system.
But I'm curious is there a list of CAs that are trusted by default on this system? Just like how it was done in the browser scenarios?
security certificates
add a comment |
I understand I can copy the CA cert to certain location and run script update-ca-certificate to import CA cert to the system.
But I'm curious is there a list of CAs that are trusted by default on this system? Just like how it was done in the browser scenarios?
security certificates
I understand I can copy the CA cert to certain location and run script update-ca-certificate to import CA cert to the system.
But I'm curious is there a list of CAs that are trusted by default on this system? Just like how it was done in the browser scenarios?
security certificates
security certificates
edited Dec 29 '15 at 9:38
Tshilidzi Mudau
3,67431727
3,67431727
asked Dec 29 '15 at 8:32
jtjtjtjt
211
211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Spend a few minutes to explore I found this question:
Become a trusted Certificate Authority in Ubuntu
and its answer contains what I'm looking for, essentially:
cat /usr/share/doc/ca-certificates/README.Debian
How certificates will be accepted into the ca-certificates package
- Get it included into Mozilla's trust store.
- File a bug against ca-certificates stating this fact.
....
And I can find the list here:
https://wiki.mozilla.org/CA:IncludedCAs
add a comment |
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/3.0/"u003ecc by-sa 3.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%2f714490%2fany-ca-cert-trusted-by-default-on-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
Spend a few minutes to explore I found this question:
Become a trusted Certificate Authority in Ubuntu
and its answer contains what I'm looking for, essentially:
cat /usr/share/doc/ca-certificates/README.Debian
How certificates will be accepted into the ca-certificates package
- Get it included into Mozilla's trust store.
- File a bug against ca-certificates stating this fact.
....
And I can find the list here:
https://wiki.mozilla.org/CA:IncludedCAs
add a comment |
Spend a few minutes to explore I found this question:
Become a trusted Certificate Authority in Ubuntu
and its answer contains what I'm looking for, essentially:
cat /usr/share/doc/ca-certificates/README.Debian
How certificates will be accepted into the ca-certificates package
- Get it included into Mozilla's trust store.
- File a bug against ca-certificates stating this fact.
....
And I can find the list here:
https://wiki.mozilla.org/CA:IncludedCAs
add a comment |
Spend a few minutes to explore I found this question:
Become a trusted Certificate Authority in Ubuntu
and its answer contains what I'm looking for, essentially:
cat /usr/share/doc/ca-certificates/README.Debian
How certificates will be accepted into the ca-certificates package
- Get it included into Mozilla's trust store.
- File a bug against ca-certificates stating this fact.
....
And I can find the list here:
https://wiki.mozilla.org/CA:IncludedCAs
Spend a few minutes to explore I found this question:
Become a trusted Certificate Authority in Ubuntu
and its answer contains what I'm looking for, essentially:
cat /usr/share/doc/ca-certificates/README.Debian
How certificates will be accepted into the ca-certificates package
- Get it included into Mozilla's trust store.
- File a bug against ca-certificates stating this fact.
....
And I can find the list here:
https://wiki.mozilla.org/CA:IncludedCAs
edited 37 mins ago
Pablo Bianchi
3,03521536
3,03521536
answered Dec 29 '15 at 10:45
jtjtjtjt
211
211
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%2f714490%2fany-ca-cert-trusted-by-default-on-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
