[Bug 241701] FreeBSD Handbook 13.6.1 obsolete code
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 4 07:56:14 UTC 2019
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: doc at FreeBSD.org
Reporter: clay.daniels.jr at gmail.com
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 at 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.
More information about the freebsd-doc
mailing list