Results 1 to 2 of 2
Hi,
Can any one tell me whether is it posible to use a file name like these (*.dos.vally.net) for generating new key,csr & crt files using openssl?..
When i tried ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-14-2010 #1Just Joined!
- Join Date
- Apr 2009
- Location
- INDIA
- Posts
- 6
Creating SSL cert's using openssl
Hi,
Can any one tell me whether is it posible to use a file name like these (*.dos.vally.net) for generating new key,csr & crt files using openssl?..
When i tried for the same it didnt accept the file name with * openssl didnt accept the file name, But without * the file got generated.
Help me to get it done...
Thanks.
- 07-14-2010 #2
you would probably have to escape the star (\*) in order it is not expanded into multiple filenames by the shell.


Reply With Quote
