Sign certificate without prompt in shell-script

How to make openssl non interactive while signing a certificate.

Use -batch option

e.g:-

 openssl ca -batch -config "$CONF" -out "$BOXCERT" -infiles "$CSRFILE" 

Read more…

About the Author

Yogi

24 years of experience in various layers of software. Primarily experienced in system side software design and development on server management software. Interested in linux development in x86 and arm architecture.