Golang HTTPS/TLS 예제
출처 : https://gist.github.com/denji/12b3a568f092ab951456 Generate private key (.key) # Key considerations for algorithm "RSA" ≥ 2048-bit $ openssl genrsa -out server.key 2048 # Key considerations for algorithm "ECDSA" ≥ secp384r1 # List ECDSA the supported curves (openssl ecparam -list_curves) $ openssl ecparam -genkey -name secp384r1 -out server.key Generation of self-signed(x509) public key (PE..
프로그래밍/Go
2018. 7. 10. 17:52
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday