openssl genrsa -out myCA.key 2048
ok
openssl req -x509 -new -nodes -key myCA.key -sha256 -days 1024 -out myCA.pem
Can't open "openssl.cnf" for reading, No such file or directory
D0200000:error:80000003:system library:BIO_new_file:No such process:crypto\bio\bss_file.c:67:calling fopen(openssl.cnf, r)
D0200000:error:10000080:BIO routines:BIO_new_file:no such file:crypto\bio\bss_file.c:75:
why please?
ok
openssl req -x509 -new -nodes -key myCA.key -sha256 -days 1024 -out myCA.pem
Can't open "openssl.cnf" for reading, No such file or directory
D0200000:error:80000003:system library:BIO_new_file:No such process:crypto\bio\bss_file.c:67:calling fopen(openssl.cnf, r)
D0200000:error:10000080:BIO routines:BIO_new_file:no such file:crypto\bio\bss_file.c:75:
why please?