Hi Can someone support for below error I am getting while # Create CSR using the . . .

Devesh Agarwal:
Hi Can someone support for below error I am getting while # Create CSR using the private key …vagrant@master-1:/etc/ssl$ openssl req -new -key ca.key -subj “/CN=KUBERNETES-CA” -out ca.csr
Can’t open ca.key for reading, No such file or directory
140658228744640:error:02001002:system library:fopen:No such file or directory:…/crypto/bio/bss_file.c:72:fopen(‘ca.key’,‘r’)
140658228744640:error:2006D080:BIO routines:BIO_new_file:no such file:…/crypto/bio/bss_file.c:79:
unable to load Private Key

Vishal Anarse:
Looks like you don’t have ca.key file or it’s misplaced or path is incorrect.
Can you run ls command and check you have ca.key?

Devesh Agarwal:
Thanks. Yes I was on incorrect path