Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing SNI Root CA on Linux #33

Closed
NoUserNameForYou opened this issue Apr 1, 2021 · 1 comment
Closed

Installing SNI Root CA on Linux #33

NoUserNameForYou opened this issue Apr 1, 2021 · 1 comment
Labels
question Further information is requested

Comments

@NoUserNameForYou
Copy link

NoUserNameForYou commented Apr 1, 2021

  1. Move the cert to proper location
  2. Copy the certificate pem to /etc/pki/ca-trust/source/anchors
  3. Execute: cp mycert.pem /etc/pki/ca-trust/source/anchors/mycert.pem
  4. Update trusted certificates
  5. After moving the cert to /etc/pki/ca-trust/source/anchors/, then run update-ca-trust

This will reload all of the trusted certificates, including the one you added.

@krlvm krlvm changed the title where is the root pem file? Installing SNI Root CA on Linux Apr 1, 2021
@krlvm krlvm added the question Further information is requested label Apr 1, 2021
@krlvm krlvm pinned this issue Apr 1, 2021
@krlvm
Copy link
Owner

krlvm commented Apr 1, 2021

Thank you for useful information

@krlvm krlvm closed this as completed Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants