首页 > 解决方案 > 无法从 openssl 创建密钥

问题描述

我正在尝试使用以下命令创建密钥

openssl genrsa -out /danny/mykey.key 2048 -config /etc/pki/t1s/openssl.cnf

但我得到以下错误

warning, not much extra random data, consider using the -rand option Generating RSA private key, 2048 bit long modulus 
89660:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:512:
You need to read the OpenSSL FAQ, http://openssl.org/faq

任何人都可以建议发生了什么问题吗?我该如何解决?

标签: linuxsslopensslcsr

解决方案


推荐阅读