自签证书
摘要:
#!/bin/bash# 生成私钥openssl genpkey -algorithm RSA -out private.key# 生成证书请求openssl req -new -key private.key -out certificate.csr# 自签名证书openssl x509 -req 阅读全文
posted @ 2024-07-16 17:39 HowOldAreYou 阅读(39) 评论(0) 推荐(0)
posted @ 2024-07-16 17:39 HowOldAreYou 阅读(39) 评论(0) 推荐(0)
posted @ 2024-07-16 17:38 HowOldAreYou 阅读(27) 评论(0) 推荐(0)
posted @ 2024-07-16 08:36 HowOldAreYou 阅读(111) 评论(0) 推荐(0)