Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx ssl configuration ubuntu with pfx file

## Code used by anowar vai for abbvie
## See /home/bs331/Documets/useful-commts

openssl pkcs12 -in client_ssl.pfx -out client_ssl.pem -clcerts
openssl pkcs12 -in client_ssl.pfx -out root.pem -cacerts

openssl pkcs12 -in domain.pfx -out domain.pem -clcerts

openssl pkcs12 -export -in file.pfx  -out domain.pem -password pass:hidden-password

openssl pkcs12 -in domain.pfx -nocerts -out domain.key
Comment

PREVIOUS NEXT
Code Example
Shell :: Remove Lock with folder & sub directory 
Shell :: k3os configure SSH 
Shell :: On Debian and Ubuntu systems stop all apache2 processes 
Shell :: undo the most recent local commits in Git 
Shell :: how-to-install-angular-cli-locally-without-the-g-flag 
Shell :: Install Apache FreeBSD 
Shell :: asynstorage null expo 
Shell :: adding linux subinterface to windows terminal 
Shell :: login as root debian 
Shell :: zypper install nginx 
Shell :: how to install newrelic agent on aws linux 
Shell :: how to check app is installed or not unity 
Shell :: cambiare luminosità schermo ubuntu 
Shell :: what to never time in powershell 
Shell :: javafx install mac not working 
Shell :: tor new identity command line 
Shell :: grep list each file once 
Shell :: stop mark from showing nano 
Shell :: use xargs multiple times 
Shell :: lancer un serveur express 
Shell :: install webex with wine 
Shell :: Installing Linux dedicated server for 7 days to die 
Shell :: fsl convert_xfm 
Shell :: grails environment variables ubuntu 
Shell :: Errors were encountered while processing: linux-image-5.4.0-71-generic linux-image-5.4.0-70-generic 
Shell :: 2FA git commands 
Shell :: ctags .virmc 
Shell :: install neo layout 
Shell :: how to assign a file in bash 
Shell :: ignoring time stamp from the future mac 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =