DanielFry schrieb:
Hello out there!

I've got a problem with the OpenSSL-based program TinyCA. I used this nice
GUI-prog to create some certificates. I also created some certificates with
commandline OpenSSL.
Now my problem:
TinyCA show's an nice overview about all certificates in the folder incl.
CommonName, OrganisationUnit etc.
But the certificates I created with OpenSSL directly are not displayed
correctly.
I found out that TinyCA uses CommonName,OU etc. to create the filename:
Certs created with TinyCA are named like this: VGVzdENBOiA6Q2xhc3MxOkRldXRzY2hlIEJ1bmRlc2Jhbms6IDpEZXV0c2NobGFuZDpERQ==.pem
My OpenSSL created files are just: example.pem (thats what I entered)
Does anyone got an idea which function is used by TinyCA to convert
CommonName etc. to this crazy filename? :confused:
And how could i create files with this name too?

Thanks for your help! Daniel

echo "VGVzdENBOiA6Q2xhc3MxOkRldXRzY2hlIEJ1bmRlc2Jhbms6IDpEZXV0c2NobGFuZDpERQ==" | openssl base64 -d
(linewrap)
TestCA: :Class1:Deutsche Bundesbank: :Deutschland:DE
hth,
wolfgang
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to