openssl
This commit is contained in:
parent
40186a166a
commit
e9d2df0494
|
@ -15,3 +15,9 @@ openssl pkcs12 -in cert.pfx -out cert.pem -clcerts -nokeys
|
|||
openssl pkcs12 -in *.pfx -out temp.pem -nodes
|
||||
openssl pkcs12 -export -out *.pfx -in temp.pem
|
||||
```
|
||||
|
||||
## Generate Certificate
|
||||
|
||||
```sh
|
||||
openssl req -new -x509 -keyout cert.pem -out cert.pem -days 365 -nodes
|
||||
```
|
Loading…
Reference in New Issue