|
In your attached file:
bash-2.03# openssl req -new -key
../private/www.windreiter.com.key > www.windreiter.com.csr
Using configuration from
/usr/local/openssl-0.9.4/openssl.cnf
Unable to load config info
Enter PEM pass phrase:
unable to find 'distinguished_name' in
config
problems making Certificate
Request
The problem is that config file could not be loaded. You should update
the openssl.cnf by your way, also think it as default file. Then command:
openssl req -new -key ../private/www.windreiter.com.key -config
/your_config_file_dir/your_config.cnf > www.windreiter.com.csr
Dennis
----- Original Message -----
|
- Re: Certificate Signing Request & Key Generation Martin Leung
- Re: Certificate Signing Request & Key Generation Holger Reif
- RE: Certificate Signing Request & Key Generation Oliver King
- Re: Certificate Signing Request & Key Generation Dennis Xu
- Re: Certificate Signing Request & Key Generation Steve Sobol
