Re: Exporting private key from IIS

2001-10-12 Thread Dr S N Henson
Adam Ronthal wrote: > > Hi all, > > I'm having trouble getting the private key out of an IIS .key cert. > > I've followed the instructions to strip off the extra ASN1 SEQUENCE data at > the beginning of the key, but it doesn't seem to work: > > On Win32: > > E:\openssl-win32>openssl rsa -info

Exporting private key from IIS

2001-10-12 Thread Adam Ronthal
Hi all, I'm having trouble getting the private key out of an IIS .key cert. I've followed the instructions to strip off the extra ASN1 SEQUENCE data at the beginning of the key, but it doesn't seem to work: On Win32: E:\openssl-win32>openssl rsa -inform NET -in priv.key -out key.pem read RSA