반응형
Requesting a certificate from an authority in Ubuntu environment
(우분투 환경에서 인증서를 기관에 인증 요청하기)
인증 기관으로부터 받았던 인증 시간이 지났거나 다른 이유로 인증이 풀릴 때가 있다.
이 때문에 ssl error 등의 에러와 부딪히곤 한다.
아래 명령어 한 줄이면 인증서 재인증이 가능하다.
(There are times when the certification time from the certification body has expired or the certification is released for other reasons.
Because of this, I often run into errors such as ssl errors.
You can re-authenticate the certificate with one command line below.)
$ sudo openssl verify -verbose -x509_strict -CAfile ./test.pem
반응형