Open ptkien90 opened 3 weeks ago
I am using OpenSSL version 1.1.1f 31 Mar 2020
Hello there! It looks like you need to bump up to OpenSSL 3. Debian Bookworm, the OS listed as a requirement for this repo's labs, ships with OpenSSL 3.
Hope this helps!
Hi all, I am facing an issue when creating Client and Server Certificates on the jump box. When executing the command below, I receive the following message. I am using OpenSSL version 1.1.1f 31 Mar 2020. It only creates the .key file, without generating the .crt and *.csr files. What should I do to address this issue? When I tried to remove -section ${i} and -copy_extensions copyall, it worked fine.
root@jumpbox:~/kubernetes-the-hard-way# for i in ${certs[*]}; do