Horje
nginx ssl configuration ubuntu with pfx file Code Example
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: xy2z.io




Shell

Related
how to make my PS1 in linux the pwd Code Example how to make my PS1 in linux the pwd Code Example
install hg linux Code Example install hg linux Code Example
command prompt post request Code Example command prompt post request Code Example
fatal: unable to access 'https://tfs.ups.com/tfs/UpsProd/P02AGit_eCMS/_git/SearchComponent/': The requested URL returned error: 502 Code Example fatal: unable to access 'https://tfs.ups.com/tfs/UpsProd/P02AGit_eCMS/_git/SearchComponent/': The requested URL returned error: 502 Code Example
wget Code Example wget Code Example

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