lesstif.com 은 SPKI 를 추출할 사이트 주소로 변경
openssl s_client -servername lesstif.com -connect lesstif.com:443 | \
openssl x509 -pubkey -noout | \
openssl rsa -pubin -outform der | \
openssl dgst -sha256 -binary | \
openssl enc -base64
출력값중 중 맨 뒤의 base64 문자열(kaMrKs...Lg=) 을 hash1 이라고 정의
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = lesstif.com
verify return:1
writing RSA key
kaMrKsD+ugAwHluGEVDCJFHErLag/EfDwR87vaZm+Lg=