https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241701
Bug ID: 241701
Summary: FreeBSD Handbook 13.6.1 obsolete code
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
From: FreeBSD Handbook 13.6.1 OpenSSL/Generating Certificates:
openssl genrsa -rand -genkey -out cert.key 2048
Can't load -genkey into RNG
34371158016:error:2406F079:random number generator:RAND_load_file:Cannot open
file:/usr/src/crypto/openssl/crypto/rand/randfile.c:98:Filename=-genkey
Man OPENSSL(1)
genrsa - Generation of RSA Private Key. Superseded by genpkey(1).
My solution:
root@r7bsd:~/keys_selfsign # openssl genpkey -algorithm RSA -out cert.key
-pkeyopt rsa_keygen_bits:2048
........................+++++
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"