인증서 변환
* pfx to crt
openssl pkcs12 -in mydomain.pfx -clcerts -nokeys -out mydomain.crt
* pfx to key
openssl pkcs12 -in mydomain.pfx -nocerts -nodes -out mydomain.key
* crt to cer
openssl x509 -inform pem -in mydomain.crt -outform der -out mydomain.cer
반응형
'프로그래밍 > DevOps' 카테고리의 다른 글
애저 파워쉘 설치 (0) | 2022.04.20 |
---|---|
DNS 서버 주소 (0) | 2016.10.06 |
웹폰트 등이 제대로 표시되지 않을 때 (0) | 2016.05.06 |