CA certificates location in Ubuntu 18.04
Clash Royale CLAN TAG#URR8PPP
up vote
-3
down vote
favorite
Can you please point to me where can I locate the CA certificates file in Ubuntu 18.04? I have a program that needs the path that point to the CAs directory for certs. validation.
ssl certificates openssl ubuntu
migrated from security.stackexchange.com Nov 29 at 10:30
This question came from our site for information security professionals.
add a comment |
up vote
-3
down vote
favorite
Can you please point to me where can I locate the CA certificates file in Ubuntu 18.04? I have a program that needs the path that point to the CAs directory for certs. validation.
ssl certificates openssl ubuntu
migrated from security.stackexchange.com Nov 29 at 10:30
This question came from our site for information security professionals.
2
This will probably help: help.ubuntu.com/lts/serverguide/…
– Haxiel
Nov 29 at 11:08
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
Can you please point to me where can I locate the CA certificates file in Ubuntu 18.04? I have a program that needs the path that point to the CAs directory for certs. validation.
ssl certificates openssl ubuntu
Can you please point to me where can I locate the CA certificates file in Ubuntu 18.04? I have a program that needs the path that point to the CAs directory for certs. validation.
ssl certificates openssl ubuntu
ssl certificates openssl ubuntu
asked Nov 29 at 10:27
user9371654
2337
2337
migrated from security.stackexchange.com Nov 29 at 10:30
This question came from our site for information security professionals.
migrated from security.stackexchange.com Nov 29 at 10:30
This question came from our site for information security professionals.
2
This will probably help: help.ubuntu.com/lts/serverguide/…
– Haxiel
Nov 29 at 11:08
add a comment |
2
This will probably help: help.ubuntu.com/lts/serverguide/…
– Haxiel
Nov 29 at 11:08
2
2
This will probably help: help.ubuntu.com/lts/serverguide/…
– Haxiel
Nov 29 at 11:08
This will probably help: help.ubuntu.com/lts/serverguide/…
– Haxiel
Nov 29 at 11:08
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Should be /etc/ssl/certs/
or /etc/ssl/certs/certificates.crt
.
http://manpages.ubuntu.com/manpages/bionic/man8/update-ca-certificates.8.html
Note this store is not necessarily used consistently by all applications. My guess is that command-line programs like curl
are set up to use it.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Should be /etc/ssl/certs/
or /etc/ssl/certs/certificates.crt
.
http://manpages.ubuntu.com/manpages/bionic/man8/update-ca-certificates.8.html
Note this store is not necessarily used consistently by all applications. My guess is that command-line programs like curl
are set up to use it.
add a comment |
up vote
0
down vote
Should be /etc/ssl/certs/
or /etc/ssl/certs/certificates.crt
.
http://manpages.ubuntu.com/manpages/bionic/man8/update-ca-certificates.8.html
Note this store is not necessarily used consistently by all applications. My guess is that command-line programs like curl
are set up to use it.
add a comment |
up vote
0
down vote
up vote
0
down vote
Should be /etc/ssl/certs/
or /etc/ssl/certs/certificates.crt
.
http://manpages.ubuntu.com/manpages/bionic/man8/update-ca-certificates.8.html
Note this store is not necessarily used consistently by all applications. My guess is that command-line programs like curl
are set up to use it.
Should be /etc/ssl/certs/
or /etc/ssl/certs/certificates.crt
.
http://manpages.ubuntu.com/manpages/bionic/man8/update-ca-certificates.8.html
Note this store is not necessarily used consistently by all applications. My guess is that command-line programs like curl
are set up to use it.
answered Nov 29 at 15:15
sourcejedi
22.3k43398
22.3k43398
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f484871%2fca-certificates-location-in-ubuntu-18-04%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
2
This will probably help: help.ubuntu.com/lts/serverguide/…
– Haxiel
Nov 29 at 11:08