Horje
openssl crl on apache server Code Example
openssl crl on 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
openssl crl on apache server
SSLCARevocationPath conf/ssl.crl/
openssl crl on 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





Shell

Related
ubuntu apt get without cd rom Code Example ubuntu apt get without cd rom Code Example
youtube-dl Geo Restriction: Code Example youtube-dl Geo Restriction: Code Example
how to check reportlab version Code Example how to check reportlab version Code Example
how to remote connect to computer with no password Code Example how to remote connect to computer with no password Code Example
wpa passphrase Code Example wpa passphrase Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10