My-CA.pem
) or (My-CA.crt
) to /etc/pki/trust/anchors/
1sudo update-ca-certificates
Refer to documentation here and here. See also Blog post.
My-CA.pem
) to /etc/pki/ca-trust/source/anchors/
or /usr/share/pki/ca-trust-source/anchors/
1sudo update-ca-trust
Refer to documentation here. See also Blog post.
My-CA.pem
) or (My-CA.pem
) into /usr/local/share/ca-certificates/
.1sudo update-ca-certificates
Refer to documentation here and here.
System-wide – Arch(p11-kit)
(From arch wiki)
1trust anchor --store My-CA.crt
/etc/ca-certificates/trust-source/anchors/
directory.1sudo update-ca-trust
wiki page here
See also:
Assuming the path to your generated CA certificate as C:\My-CA.pem
, run:
1Import-Certificate -FilePath "C:\My-CA.pem" -CertStoreLocation Cert:\LocalMachine\Root
-CertStoreLocation
to Cert:\CurrentUser\Root
in case you want to trust certificates only for the logged in user.OR
In Command Prompt, run:
1certutil.exe -addstore root C:\My-CA.pem
certutil.exe
is a built-in tool (classic System32
one) and adds a system-wide trust anchor.Siehe auch “Step 4 – Import root certificate to users devices” im Kapitel “openssl” bzw. den “Step 5” im Kapitel “cfssl” in einer anderen Fundstelle.
For Windows:
1mmc
Auch im “Proxmox”-Wiki gibt es einen Artikel zum Hinzufügen von Zertifikaten zum Windows Trust-Store.
Assuming the path to your generated CA certificate is ~/My-CA.pem
, run (as root):
1security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/My-CA.pem
A dialog box will appear asking for an administrator’s username and password. Enter it, and it will be stored in the system keychain. This can be verified by opening the Keychain Access
application (/Applications/Utilities/Keychain Access.app
). On the sidebar under System Keychains
select System
, and the new certificate should be listed.
Siehe auch “Step 4 – Import root certificate to users devices” im Kapitel “openssl” bzw. den “Step 5” im Kapitel “cfssl” in einer anderen Fundstelle.
For MAC OS:
Auch im “Proxmox”-Wiki gibt es einen Artikel zum Hinzufügen von Zertifikaten zum Trust-Store von macOS.
The exact steps vary device-to-device, but here is a generalised guide:
Encryption and Credentials
section. It is generally found under Settings > Security > Encryption and Credentials
Install a certificate
CA Certificate
My-CA.pem
on your SD Card/Internal Storage using the file manager.Apple makes this far more difficult than it should be:
My-CA.pem
to the iOS device through iCloud, AirDrop, or a direct download from your server.Profile Downloaded
item will be at the top. If it is not there, you may find it in General → VPN & Device Management
.Install
.Install
again.Install
twice wasn’t enough, a confirmation button will appear at the bottom of the screen. Click Install
one last time.