Tom Stoneham 2 년 전
committed by GitHub
부모
커밋
5e78bcfb33
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -2604,7 +2604,7 @@ openssl genrsa -out ${_fd} ${_len} )
###### Generate private key with passphrase

```bash
# _ciph: des3, aes128, aes256
# _ciph: aes128, aes256
# _len: 2048, 4096
( _ciph="aes128" ; _fd="private.key" ; _len="2048" ; \
openssl genrsa -${_ciph} -out ${_fd} ${_len} )
@@ -2620,7 +2620,7 @@ openssl rsa -in ${_fd} -out ${_fd_unp} )
###### Encrypt existing private key with a passphrase

```bash
# _ciph: des3, aes128, aes256
# _ciph: aes128, aes256
( _ciph="aes128" ; _fd="private.key" ; _fd_pass="private_pass.key" ; \
openssl rsa -${_ciph} -in ${_fd} -out ${_fd_pass}
```


불러오는 중...
취소
저장