소스 검색

add 'Check the private key and the CSR match'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/135/head
trimstray 4 년 전
부모
커밋
2fbd152875
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      README.md

+ 7
- 0
README.md 파일 보기

@@ -2702,6 +2702,13 @@ openssl req -text -noout -in ${_fd_csr} )
openssl x509 -noout -modulus -in certificate.crt | openssl md5) | uniq
```

###### Check whether the private key and the CSR match

```bash
(openssl rsa -noout -modulus -in private.key | openssl md5 ; \
openssl req -noout -modulus -in request.csr | openssl md5) | uniq
```

___

##### Tool: [secure-delete](https://wiki.archlinux.org/index.php/Securely_wipe_disk)


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