linux:verschluesselung:openssl
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:verschluesselung:openssl [2025/03/19 19:15] – [Reihenfolge in Bundles] gsys | linux:verschluesselung:openssl [2025/05/06 11:48] (current) – gsys | ||
---|---|---|---|
Line 74: | Line 74: | ||
==== Reihenfolge einer Chain ==== | ==== Reihenfolge einer Chain ==== | ||
+ | Optimal: | ||
< | < | ||
-----BEGIN CERTIFICATE----- | -----BEGIN CERTIFICATE----- | ||
Line 101: | Line 101: | ||
-----END CERTIFICATE----- | -----END CERTIFICATE----- | ||
</ | </ | ||
+ | https:// | ||
+ | https:// | ||
==== Befehle ==== | ==== Befehle ==== | ||
Line 118: | Line 120: | ||
openssl x509 -inform der -in certificate.cer -out certificate.pem | openssl x509 -inform der -in certificate.cer -out certificate.pem | ||
openssl pkcs7 -inform der -in cacert.p7b -out cacert.pem | openssl pkcs7 -inform der -in cacert.p7b -out cacert.pem | ||
+ | </ | ||
+ | |||
+ | Permissions | ||
+ | < | ||
+ | chmod 700 private | ||
+ | chmod 600 private.key | ||
+ | chmod 755 certs #public certs folder | ||
+ | chmod 644 cert.pem | ||
</ | </ | ||
linux/verschluesselung/openssl.1742408124.txt.gz · Last modified: 2025/03/19 19:15 by gsys