生成CA根证书出错:
# openssl req -sha256 -new -x509 -days 365 -key ca.key -out ca.crt \
> -subj "/C=CN/ST=GD/L=SZ/O=lee/OU=study/CN=testRoot"
Enter pass phrase for ca.key:
Can't load /home/.rnd into RNG
140530741678528:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/home/.rnd
OpenSSL创建带SAN扩展的证书并进行CA自签什么是 SAN SAN(Subject Alternative Name) 是 SSL 标准 x509 中定义的一个扩展。使用了 SAN 字段的 SSL 证书,可以扩展此证书...