mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
Update pfx-to-pem.md
This commit is contained in:
parent
20f62ac899
commit
153d895862
@ -19,11 +19,11 @@ openssl pkcs12 -in <tls>.pfx -clcerts -nokeys -out <cert>.pem
|
||||
## Извлечение ключа
|
||||
|
||||
```shell
|
||||
openssl pkcs12 -in <tls>.pfx -nocerts -out <key>.tmp.pem
|
||||
openssl pkcs12 -in <tls>.pfx -nocerts -out <key>.tmp.key
|
||||
```
|
||||
|
||||
## Обеспароливание ключа
|
||||
|
||||
```shell
|
||||
openssl rsa -in <key>.tmp.pem -out <key>.pem
|
||||
openssl rsa -in <key>.tmp.key -out <key>.key
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user