Environment:
- Windows 2000 SP 4
- Ice 3.2.1
- Python 2.5.1
- MS Visual C++ Express Edition
Bug Description:
While trying to generate a request for a new SSL certificate using the iceca script I noticed that the files produced by the script are surrounded by single quotes, e.g. python iceca request --user generates files 'user_key.pem' and 'user_req.pem' instead of user_key.pem and user_req.pem.
How to repeat:
Try to generate a certificate request using iceca.

Reply With Quote