“OpenSSL CRL auf Apache Server” Code-Antworten

OpenSSL CRL auf Apache Server

cd /etc/httpd/conf/ssl.crl

# CHAINE TBS X509 persona pour PKI PME
curl -s http://crl.sectigo.com/TBSX509CAPersona3RSA.crl | openssl crl -inform DER -out TBSX509CApersona3RSA.crl
curl -s http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl | openssl crl -inform DER -out USERTrustRSACertificationAuthority.crl


make > /dev/null

Graceful Grivet

OpenSSL CRL auf Apache Server

SSLCARevocationPath conf/ssl.crl/
Graceful Grivet

OpenSSL CRL auf Apache Server

cd /etc/httpd/conf/ssl.crl

# CHAINE TBS X509 persona pour PKI PME
curl -s http://crl.sectigo.com/TBSX509CAPersona3RSA.crl | openssl crl -inform DER -out TBSX509CApersona3RSA.crl
curl -s http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl | openssl crl -inform DER -out USERTrustRSACertificationAuthority.crl


make > /dev/null
Graceful Grivet

Ähnliche Antworten wie “OpenSSL CRL auf Apache Server”

Fragen ähnlich wie “OpenSSL CRL auf Apache Server”

Weitere verwandte Antworten zu “OpenSSL CRL auf Apache Server” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen