Re: [openssl-users] exporting the certificate with the .pfx

2018-06-15 Thread Viktor Dukhovni
> On Jun 15, 2018, at 7:25 PM, Harold Huggins wrote: > > We are having issues exporting the certificate with the .pfx Works here. $ openssl req -new -x509 -newkey rsa:1024 -nodes -keyout key.pem -out cert.pem -days 30 -subj "/CN=$(uname -n)" Generating a 1024

[openssl-users] exporting the certificate with the .pfx

2018-06-15 Thread Harold Huggins
Hi, Everyone, We are having issues exporting the certificate with the .pfx Error printout log file as follows: OpenSSL> pkcs12 -export -out "cfored.pfx" -inkey "cfored_encrypted_private.key" -in "mergeredcertificate.crt" Usage: pkcs12 [options] where optio

[openssl-users] exporting the certificate with the .pfx

2018-06-15 Thread Harold Huggins
Hi, Everyone, We are having issues exporting the certificate with the .pfx Error printout log file as follows: OpenSSL> pkcs12 -export -out "cfored.pfx" -inkey "cfored_encrypted_private.key" -in "mergeredcertificate.crt" Usage: pkcs12 [options] where optio

RE: Newsreader (was: Question about exporting user certificate files to .pfx)

2012-11-20 Thread John A. Wallace
sl.org > Cc: st...@openssl.org > Subject: Newsreader (was: Question about exporting user certificate > files to .pfx) > > On Tue, Nov 20, 2012 at 11:56 AM, wrote: > > it would be swell if I could get my email address removed from the > > list without removing my subscrip

Newsreader (was: Question about exporting user certificate files to .pfx)

2012-11-20 Thread Jeffrey Walton
On Tue, Nov 20, 2012 at 11:56 AM, wrote: > it would be swell if I could get my email address removed from the list > without removing my subscription too. This way I could just use my > newsreader to get the messages without having my email box cluttered every > day with this high-volume list.

Re: [openssl-users] Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Dr. Stephen Henson
On Mon, Nov 19, 2012, Erwann Abalea wrote: > You should get better CA scripts, or build your own set after > reading your openssl.cnf file and other associated documentation. > > man req > man x509 > man ca > man x509v3_config > > When I need a junk CA, I personaly use "openssl req" to create th

Re: [openssl-users] Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Erwann Abalea
Answers inline. -- Erwann ABALEA - Un forum peut répondre à plusieurs besoins à la fois Ici, le groupe des débutants dépasse en nombre le groupe des utilisateur "middle-class" ce qui provoque inévitablement des tensions. -+- EF - Guide du Neuneu d'Usenet - La lutte des middle classes -+- Le

Re: [openssl-users] Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
Maybe I got something wrong creating the intermediate CA which is supposed to be the 2nd certificate. This is what I did to create the intermediate CA. Maybe I missed something? Generated Intermediate CA key: openssl genrsa -out ia.key 4096 Generated Intermediate CA Certificate Request: open

Re: [openssl-users] Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Erwann Abalea
Thanks. The first certificate is your root CA, the second one is a version 1 certificate that can't be used as a CA (it would be insecure to allow it). If your end-user certificate is issued by this second certificate, then the error message is normal. -- Erwann ABALEA - anatomie: ablatio

Re: [openssl-users] Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
I'm assuming this is what you want. This is the contents of my chain file: -BEGIN CERTIFICATE- MIIFlDCCA3ygAwIBAgIJAJsm0MjspJZLMA0GCSqGSIb3DQEBBQUAMDoxGDAWBgNV BAMTD2NhMy5kZWV6dGVrLmNvbTEeMBwGCSqGSIb3DQEJARYPY2EzQGRlZXp0ZWsu Y29tMB4XDTEyMTExNzIzMDA1MVoXDTE3MTExNzIzMDA1MVowOjEYMBYGA1UEAxMP

Re: [openssl-users] Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Erwann Abalea
Can you post here the certificate chain? Not the private key, only the certificates, from the root down to the end-entity. -- Erwann ABALEA - Ca se fait pas du tout d'avoir donné toutes les adresses email des votants C bon pour les spammers ça ! [suit la liste intégrale des votants mal quoté

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Jeffrey Walton
On Mon, Nov 19, 2012 at 10:53 AM, Deeztek.com Support wrote: > I fixed the command and it created the end user .pfx file. It imported > successfully into windows but I get this message when I looked at the > certification chain for the intermediate ca: > > This certification authority is not allow

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
I fixed the command and it created the end user .pfx file. It imported successfully into windows but I get this message when I looked at the certification chain for the intermediate ca: This certification authority is not allowed to issue certificates or cannot be used as an end-entity certifi

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Dr. Stephen Henson
On Mon, Nov 19, 2012, Deeztek.com Support wrote: > Nevermind the last message, you said *concatenate* the CA > certificate together. So, this is what i did: > > Root cert: > cat ca.crt > cachain.pem > > Int-ca cert: > > cat int-ca.crt >> cachain.pem > > Ran the following but it didn't work: >

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
I meant, I run the command, I get no error, no pfx file is created and I simply get the openssl help command: Usage: pkcs12 [options] where options are -export output PKCS12 file -chainadd certificate chain -inkey file private key if not infile What do you mean "didn't work"?

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Dr. Stephen Henson
On Mon, Nov 19, 2012, Deeztek.com Support wrote: > Nevermind the last message, you said *concatenate* the CA > certificate together. So, this is what i did: > > Root cert: > cat ca.crt > cachain.pem > > Int-ca cert: > > cat int-ca.crt >> cachain.pem > > Ran the following but it didn't work: >

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
Nevermind the last message, you said *concatenate* the CA certificate together. So, this is what i did: Root cert: cat ca.crt > cachain.pem Int-ca cert: cat int-ca.crt >> cachain.pem Ran the following but it didn't work: openssl pkcs12 -export -out someone.pfx -inkey someone.key -in someone

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Dr. Stephen Henson
On Mon, Nov 19, 2012, Deeztek.com Support wrote: > Sorry, I'm not sure what you mean by concentrate the CA certificate > together. > Join the root and intermediate CAs together in one file e.g. like this under Linux: cat intermediateca.pem root.pem >cacerts.pem Then pass "-certfile cacerts.pem

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
Sorry, I'm not sure what you mean by concentrate the CA certificate together. On 11/19/2012 10:02 AM, Dr. Stephen Henson wrote: On Mon, Nov 19, 2012, Deeztek.com Support wrote: I have created a CA and an intermediate CA. I use the intermediate CA to create self-signed s/mime certificates for

Re: Question about exporting user certificate files to .pfx

2012-11-19 Thread Dr. Stephen Henson
On Mon, Nov 19, 2012, Deeztek.com Support wrote: > > I have created a CA and an intermediate CA. I use the intermediate > CA to create self-signed s/mime certificates for end users which > works fine. I need to be able to create .pfx files form those end > user certificates and include the CA cha

Question about exporting user certificate files to .pfx

2012-11-19 Thread Deeztek.com Support
I have created a CA and an intermediate CA. I use the intermediate CA to create self-signed s/mime certificates for end users which works fine. I need to be able to create .pfx files form those end user certificates and include the CA chain into the pfx file. Currently the command I use to ex

RE: [FWD] Intermediate certificate chain not included when exporting as pkcs12

2011-02-17 Thread Eisenacher, Patrick
> -Original Message- > From: Lutz Jaenicke > > Forwarded to openssl-users for discussion. > > Best regards, > Lutz > - Forwarded message from Alexander Mills - > > From: Alexander Mills > > Recently I was tasked with using a .crt and .key used in Apache for > use with Apache

Re: [FWD] Intermediate certificate chain not included when exporting as pkcs12

2011-02-17 Thread Martin Boßlet
.@openssl.org > Subject: Intermediate certificate chain not included when exporting as pkcs12 > Date: Thu, 17 Feb 2011 09:15:37 + > > Recently I was tasked with using a .crt and .key used in Apache for > use with Apache Tomcat. I searched around and the solution was to us

[FWD] Intermediate certificate chain not included when exporting as pkcs12

2011-02-17 Thread Lutz Jaenicke
Forwarded to openssl-users for discussion. Best regards, Lutz - Forwarded message from Alexander Mills - From: Alexander Mills To: r...@openssl.org Subject: Intermediate certificate chain not included when exporting as pkcs12 Date: Thu, 17 Feb 2011 09:15:37 + Recently I

RE: Help required exporting private key from pkcs12

2010-07-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Shashidhar Reddy > Sent: Friday, 16 July, 2010 15:30 > The below command is giving erros and not sure how to fix this. Any help is much appreciated. > openssl pkcs12 -info -in renewal.pkcs12 Your file apparently isn't

Help required exporting private key from pkcs12

2010-07-17 Thread Shashidhar Reddy
Hi, The below command is giving erros and not sure how to fix this. Any help is much appreciated. openssl pkcs12 -info -in renewal.pkcs12 17650:error:0D06B089:asn1 encoding routines:ASN1_get_object:too long:asn1_lib.c:132: 17650:error:0D07E065:asn1 encoding routines:d2i_ASN1_bytes:bad

RE: Exporting private key

2008-09-02 Thread Bart Wahlgren
That's what I was missing thank you very much! Bart W -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Friday, August 29, 2008 6:04 PM To: openssl-users@openssl.org Subject: Re: Exporting private key ...which I just realized I f

Re: Exporting private key

2008-08-29 Thread Kyle Hamilton
nes:ASN1_CHECK_TLEN:wrong >> tag:tasn_dec.c:947: >> 14973:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 >> error:tasn_dec.c:304:Type=PKCS12 >> >> What am I doing wrong? >> Thanks >> >> -Original Message- >> From: [EMA

Re: Exporting private key

2008-08-29 Thread Kyle Hamilton
; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton > Sent: Friday, August 29, 2008 4:28 AM > To: openssl-users@openssl.org > Subject: Re: Exporting private key > > In your httpd.conf, you have a SSLCertificateKeyFile option set. This > refers to y

RE: Exporting private key

2008-08-29 Thread Bart Wahlgren
hat am I doing wrong? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Friday, August 29, 2008 4:28 AM To: openssl-users@openssl.org Subject: Re: Exporting private key In your httpd.conf, you have a SSLCertificateKeyFile option set.

RE: Exporting private key

2008-08-29 Thread David Schwartz
than > one server concurrently. To do this we need to export the private > key from the server that generated the CSR. > Can someone tell me what the commands are for exporting the private > key off of the linux machine? > Thanks > Bart Wahlgren Apache stores the key and certificate in

Re: Exporting private key

2008-08-29 Thread Kyle Hamilton
to support a different application. Go Daddy has told me that we > can use the certificate on more than one server concurrently. To do this we > need to export the private key from the server that generated the CSR. > > > > Can someone tell me what the commands are for exporti

Exporting private key

2008-08-29 Thread Bart Wahlgren
To do this we need to export the private key from the server that generated the CSR. Can someone tell me what the commands are for exporting the private key off of the linux machine? Thanks Bart Wahlgren

Re: Exporting not-by-default functions in OpenSSL DLLs

2007-03-14 Thread Nils Larsch
Xiaoyu Ruan wrote: Greetings All, I have two questions on OpenSSL: 1. How to have the DLLs or SO’s export functions that are not exported by default, such as ECDSA etc? don't know a function ECDSA ;-) Seriously, there (normally) is a reason why certain functions are not part

Exporting not-by-default functions in OpenSSL DLLs

2007-03-14 Thread Xiaoyu Ruan
Greetings All, I have two questions on OpenSSL: 1. How to have the DLLs or SO's export functions that are not exported by default, such as ECDSA etc? What code changes need to be made? 2. What are the differences between 0.9.8 and 0.9.7? Thanks. -Xiaoyu

RES: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread Leandro Gustavo Biss Becker
] [mailto:[EMAIL PROTECTED] Em nome de Leandro Gustavo Biss Becker Enviada em: quarta-feira, 12 de julho de 2006 08:42 Para: openssl-users@openssl.org Assunto: Exporting PEM certificates to import in MS Internet Explorer Hi I´d like know how export certificates in pem file format to be able to import

Re: RES: RES: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread Dr. Stephen Henson
On Wed, Jul 12, 2006, Leandro Gustavo Biss Becker wrote: > I think that we have a misunderstanding here hehehe > > I´d like to convert the openssl .pem file to another file format to import > into IE. > The IE cannot import the .pem file (it does not understand the .pem file > format), > it must

RE: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread Ambarish Mitra
openssl pkcs12 - see the help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leandro Gustavo Biss Becker Sent: Wednesday, July 12, 2006 5:23 PM To: openssl-users@openssl.org Subject: RES: Exporting PEM certificates to import in MS Internet Explorer But

RES: RES: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread Leandro Gustavo Biss Becker
julho de 2006 09:05 Para: openssl-users@openssl.org Assunto: AW: RES: Exporting PEM certificates to import in MS Internet Explorer ok. this is how i do it: Menu: Tools / Internet Options Dialog Internet Options: Content Tab Content Tab: Certificates Button Certificates Dialog: Export Button

AW: RES: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread sk
ailto:[EMAIL PROTECTED] >Em nome de [EMAIL PROTECTED] >Enviada em: quarta-feira, 12 de julho de 2006 08:52 >Para: openssl-users@openssl.org >Assunto: AW: Exporting PEM certificates to import in MS Internet Explorer > >Hi, > >you have to export your private key into a .pfx f

RES: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread Leandro Gustavo Biss Becker
de 2006 08:52 Para: openssl-users@openssl.org Assunto: AW: Exporting PEM certificates to import in MS Internet Explorer Hi, you have to export your private key into a .pfx file. this is the pkcs#12 format and should be pem comaptible. --sk >Hi > >I´d like know how export certificat

AW: Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread sk
Hi, you have to export your private key into a .pfx file. this is the pkcs#12 format and should be pem comaptible. --sk >Hi > >I´d like know how export certificates in pem file format to be able to >import in MS IE. >I want samples using OpenSSL API and using openssl.exe utility. > >Thanks a lot

Exporting PEM certificates to import in MS Internet Explorer

2006-07-12 Thread Leandro Gustavo Biss Becker
Hi I´d like know how export certificates in pem file format to be able to import in MS IE. I want samples using OpenSSL API and using openssl.exe utility. Thanks a lot Leandro Gustavo Biss Becker Engenheiro Eletrônico / Electronic Engineer ___

Need OpenSSL APIs for exporting and importing Digital Certificates

2005-02-28 Thread Rafeeq Ahmed
Hi I m looking for OpenSSL APIs for exporting and importing Digital Certificates can any one help me out for this. If possible can you send me any related document or web sites to learn more about it. Thanks Rafeeq __ OpenSSL

Re: Exporting a key from a cert or csr

2002-09-06 Thread Christian Hohnstaedt
On Fri, Sep 06, 2002 at 11:09:44AM -0500, Eduardo Muñoz wrote: > I think you can extract the key from the certificate > using the following instruction: > > openssl rsa < certificate.pem > certkey.pem > > I hopoe this works > Eduardo No, it wont work. 'openssl x509 -pubkey > --- "Gary W." <

Re: Exporting a key from a cert or csr

2002-09-06 Thread Eduardo Muñoz
I think you can extract the key from the certificate using the following instruction: openssl rsa < certificate.pem > certkey.pem I hopoe this works Eduardo --- "Gary W." <[EMAIL PROTECTED]> escribió: > I got my certificate from Verisine, > but cannot find the key I generated the csr with. > A

Exporting a key from a cert or csr

2002-09-06 Thread Gary W.
I got my certificate from Verisine, but cannot find the key I generated the csr with. At least the Moduli of the files I can find do not match what comes from the openssl x509 command. Can I pull a key out of the certificate or csr? Gary -- TV is the enemy -- John Bradley http://WWW-DB

Re: problems exporting certificate to pkcs12

2001-10-30 Thread Dr S N Henson
Beat Jucker wrote: > > > I also have a problem to understand all the bits&pieces. Let me ask > this question: I have a self signed CA root certificate. I also > have generated a user key and the corresponding user certificate. > Now I'd like to send the user key, user certifiacte and the CA root

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Beat Jucker
> > I have generated a certificate to use as a CA root certificate. All I > > want to do is export it as pkcs12 _without_ the private key so it can be > > installed as a trusted certificate by the end user. > > > > I thought this would do it. Using OpenSSL 0.9.5a > > > > openssl pkcs12 -export

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Dr S N Henson
David Feilen wrote: > > I have generated a certificate to use as a CA root certificate. All I > want to do is export it as pkcs12 _without_ the private key so it can be > installed as a trusted certificate by the end user. > > I thought this would do it. Using OpenSSL 0.9.5a > > openssl pkcs12

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Bernd Broermann
David Feilen wrote: >I have generated a certificate to use as a CA root certificate. All I >want to do is export it as pkcs12 _without_ the private key so it can be >installed as a trusted certificate by the end user. > I have the same problem preparing freeswan with PGPvpn in my case : To mak

Re: problems exporting certificate to pkcs12

2001-10-29 Thread Juan Carlos Albores Aguilar
11:51 PM Subject: problems exporting certificate to pkcs12 > I have generated a certificate to use as a CA root certificate. All I > want to do is export it as pkcs12 _without_ the private key so it can be > installed as a trusted certificate by the end user. > > I thou

Re: Exporting private key from IIS

2001-10-12 Thread Dr S N Henson
c:311:address=3131288 offset=0 > 1692:error:0D08E08B:asn1 encoding routines:d2i_Netscape_RSA_2:unable to > decode rsa private key:.\crypto\asn1\n_pkey.c:268: > 1692:error:0D08D06F:asn1 encoding routines:d2i_Netscape_RSA:decoding > error:.\crypto\asn1\n_pkey.c:4535002:address=8650824 offset=17 > Try

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

Exporting

2000-09-05 Thread Philips, Erik
I'm curious if OpenSSL can be exported to Australia?  If it can, who do I have to contact to get the requirements for exportation?   Erik Philips Software Engineer Pinpoint Technologies www.pinpointtech.com

openssl dlls exporting?

2000-03-22 Thread Grebelsky, Konstantin
Hi, I have a client and a server which use openssl lib to communicate. I am using my own certificates, DSA and server issues a certificates for its clients. I need to ship ssleay32.dll and libeay32.dll these may need to go outside US. I heard here and there that this is not legal? Is it? Where can