Post

openssl command

openssl在命令行层面有一些很方便的命令,比如s_client和x509。这里记录一些常用的命令。

s_client

s_client命令可以简单的开启一个连接上的客户端,可以用来测试ssl连接。

常用的

1
openssl s_client -connect host:port -tls1_3 -servername ""

X509

证书的数据管理

1
openssl x509 -in cert.crt -text -noout

REF

  1. rfc-8446
  2. tls shake procedure
This post is licensed under CC BY 4.0 by the author.

Trending Tags