From 36217a942488852b616974e168a6ff0fecfb02fa Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 24 Dec 1999 23:53:57 +0000 Subject: Allow passwords to be included on command line for a few more utilities. --- apps/openssl.cnf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/openssl.cnf') diff --git a/apps/openssl.cnf b/apps/openssl.cnf index 33b0866f43..907032900e 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -3,6 +3,9 @@ # This is mostly being used for generation of certificate requests. # +# This definition stops the following lines choking if HOME isn't +# defined. +HOME = . RANDFILE = $ENV::HOME/.rnd oid_file = $ENV::HOME/.oid oid_section = new_oids @@ -86,6 +89,10 @@ distinguished_name = req_distinguished_name attributes = req_attributes x509_extensions = v3_ca # The extentions to add to the self signed cert +# Passwords for private keys if not present they will be prompted for +# input_password = secret +# output_password = secret + # This sets the permitted types in a DirectoryString. There are several # options. # default: PrintableString, T61String, BMPString. -- cgit v1.2.3