Have you added the ROOTCA certificate in the trusted root certificate?
FEDERICO BERTON
AREA SVILUPPO
Via Europa, 20
35015 Galliera Veneta (PD)
TEL. 049.9988200 FAX 049.9471337
http://www.trivenet.it
-Messaggio originale-
Da: owner-openssl-us...@openssl.org [mailto:owner-openssl-us
Yes, regardless of the OS because it needs to know that you approve that your
home-made ROOT CA is credible.
FEDERICO BERTON
AREA SVILUPPO
Via Europa, 20
35015 Galliera Veneta (PD)
TEL. 049.9988200 FAX 049.9471337
http://www.trivenet.it
-Messaggio originale-
Da: owner-openssl-us
Hi FBE,
It seems that you are missing the '-new' parameter in Step 3, in order to
create the certificate request file.
However, in order to create a self signed certificate you have also the
'-x509' param:
openssl req -new -x509 -key server1.key -out server1.crt
-Messaggio originale-
Hi Jesse,
Did you installed the related c++ runtime files?
FEDERICO BERTON
I ran this command on my Win 7 x64 machine:
c:\GnuWin32\bin>openssl req -new -key switchvox.key -out switchvox.csr -config
..\share\openssl.
(MAIL FROM, RCPT TO etc)
However you can follow this guide http://www.fehcom.de/qmail/smtpauth.html for
smtp auth methods.
FEDERICO BERTON
AREA SVILUPPO
Via Europa, 20
35015 Galliera Veneta (PD)
TEL. 049.9988200 FAX 049.9471337
http://www.trivenet.it
-Messaggio originale-
Da: owner-opens
Hi guys, I am trying to save a pkcs#7 structure with sign-and-enveloped data to
a file but I can't find the appropriate function. I know that i should use
somewhat kind of BIO. Can somebody help me?
Thanks in advance and sorry for my bad english.
Berton Federico
command-line like
openssl cms -sign -in myfile.xml -signer sender.crt -inkey sender.key -binary \
| openssl cms -compress \
| openssl cms -encrypt -des3 -out signed-and-enveloped.data
recipient.crt
Thanks in advance.
FEDERICO BERTON
AREA SVILUPPO
Via Europa, 20
35015 Galliera
ificate request:
openssl req -new -key rsa.key -days 365 -set_serial 01 -out certificate_req.pem
Finally, use the CA to sign the certificate request:
openssl x509 -out certificate.pem -CA ca.crt -CAkey ca.key -set_serial 01 -req
-days 365 -in certificate_req.pem
FEDERICO BERTON
AREA SVILUPPO
Via