Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

openssl crl on apache server

SSLCARevocationPath conf/ssl.crl/
Comment

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

Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: ipython config location 
Shell :: how to edit etc/hosts linux error readonly 
Shell :: docker-machine –version 
Shell :: gnome disks mount read write 
Shell :: ubuntu restart network manager when ping is low 
Shell :: linssid linux mint 20 
Shell :: linux kernel write() 
Shell :: atalho teclado command prompt 
Shell :: git copy stash entry from one repo to another 
Shell :: powershell iif 
Shell :: backup public_html 
Shell :: metasploit reverse shell 
Shell :: git collab 1 
Shell :: embedded video doesnt play on gitjub pages 
Shell :: redirect https://www.domain to https://domain apache2 
Shell :: take files from different branch to different branch 
Shell :: commit specific file in git 
Shell :: create a new repository 
Shell :: git copy remote branch to local 
Shell :: set new git remote url 
Shell :: add existing project on github 
Shell :: sol-merger script usage 
Shell :: convert powershell function to c# 
Shell :: Pull Changes From a Remote Repository in git command 
Shell :: aws php install sendmail fedora 
Shell :: locobucci installation 
Shell :: how to use a addon installed after creaeting project unreal engine 
Shell :: Could not read interface wlan0 
Shell :: git commit remove and restore 
Shell :: rm a var of $PATH ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =