Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
Source by xy2z.io #
 
PREVIOUS NEXT
Tagged: #nginx #ssl #configuration #ubuntu #pfx #file
ADD COMMENT
Topic
Name
9+5 =