search for: outform

Displaying 20 results from an estimated 31 matches for "outform".

2016 Apr 01
2
Libreswan PEM format
I have tried openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem I get unable to load Private Key 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:701:Expecting: ANY PRIVATE KEY On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote: > You can do any kind of format convers...
2020 Jun 11
3
SSL-Question
Hello! Sorry, but SSL in my windows where is installed icecast not work. Create certificate (.crt) and convert to .pem with openssl x509 -in mycert.crt -out mycert.pem -outform PEM certificate.pem copy to c:/icecast/cert/ Edit icecast.xml: <ssl-certificate>./cert/icecast.pem</ssl-certificate> <listen-socket> <port>8443</port> <ssl>1</ssl> </listen-socket> I don't know what can I do wrong V V pet., 2. av...
2014 Dec 17
8
Asymmetric encryption for very large tar file
...no success. 1) generating RSA 2048 public/private key pair via ?openssl req -x509 -nodes -newkey rsa:2048 -keyout private.pem -out public.pem? command and uses the public key to encrypt the big tar file. The encryption command I used is "openssl smime -encrypt -aes256 -in backup.tar -binary -outform DEM -out backup.tar.ssl public.pem?. The resulting backup.tar.ssl file is only 2G then encryption process stops there and refuse to do more. Cannot get around 2G. 2) generating GPG public/private key pair via ?gpg ?gen-key? then encrypt with "gpg -e -u "backup" -r "backup? back...
2014 Dec 17
3
Asymmetric encryption for very large tar file
...RSA 2048 public/private key pair via ?openssl req -x509 >> -nodes -newkey rsa:2048 -keyout private.pem -out public.pem? command and >> uses the public key to encrypt the big tar file. The encryption command I >> used is "openssl smime -encrypt -aes256 -in backup.tar -binary -outform >> DEM -out backup.tar.ssl public.pem?. The resulting backup.tar.ssl file is >> only 2G then encryption process stops there and refuse to do more. Cannot >> get around 2G. > > What happens if you use a pipeline or redirection instead of the -in > and -out files? I reg...
2016 Apr 01
5
Libreswan PEM format
...On 1 April 2016 at 14:35, Eero Volotinen <eero.volotinen at iki.fi> wrote: > It works, try googling for openssl pem conversion > 1.4.2016 4.32 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti: > >> I have tried >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem >> >> I get >> unable to load Private Key >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY >> >> >> >> On 1 April 2016 at 13:59, Eero Volotinen <e...
2012 Oct 23
3
Export/Import wild card SSL
...SSL cert (got the cert from GoDaddy BTW). So, now I must export some file(s) from that server so that I can import it/them to another server. Were do I begin? I did manage to generate a .cer from a pem belonging to my master server via; openssl x509 in ca.pem -inform PEM -out somefile.crt.cer -outform DER But I honestly do not under stand what I did here and have a feeling this is incomplete as aren't public and private key involved some how? I have my ca.csr (my request file), ca.key (my private key) and ca.pem (my public key) files in hand and ready. A backup has been made for testing....
2020 Mar 16
3
signing modules
HI all- Thanks for the comments. However -I'm getting no where. Let me start again. My 'hardware" does not have the ability to turn off secure boot. Its an Intel NUC7C - not possible. SO instead of my generic "image" i have that I copy to physical disk (has all my install,setup etc... everything ready). I created a new UEFI disk that again has everything setup and ready.
2018 Aug 19
2
creation of ssl-parameters fails
> On 19 August 2018 at 20:55 Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > > > On 19 August 2018 at 19:38 Kai Schaetzl <maillists at conactive.com> wrote: > > > > > > Aki Tuomi wrote on Sun, 19 Aug 2018 18:21:31 +0300: > > > > > Just generate new parameters on some machine with good entropy source. > > > > So, if
2016 Apr 01
2
Libreswan PEM format
...;eero.volotinen at iki.fi> wrote: >> > It works, try googling for openssl pem conversion >> > 1.4.2016 4.32 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti: >> > >> >> I have tried >> >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem >> >> >> >> I get >> >> unable to load Private Key >> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start >> >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY >> >> >> >> &...
2016 Apr 01
2
Libreswan PEM format
...>> > It works, try googling for openssl pem conversion >> >> > 1.4.2016 4.32 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti: >> >> > >> >> >> I have tried >> >> >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem >> >> >> >> >> >> I get >> >> >> unable to load Private Key >> >> >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start >> >> >> line:pem_lib.c:701:Expecting: ANY PRIV...
2014 Dec 17
0
Asymmetric encryption for very large tar file
...generating RSA 2048 public/private key pair via ?openssl req -x509 > -nodes -newkey rsa:2048 -keyout private.pem -out public.pem? command and > uses the public key to encrypt the big tar file. The encryption command I > used is "openssl smime -encrypt -aes256 -in backup.tar -binary -outform > DEM -out backup.tar.ssl public.pem?. The resulting backup.tar.ssl file is > only 2G then encryption process stops there and refuse to do more. Cannot > get around 2G. What happens if you use a pipeline or redirection instead of the -in and -out files? I regularly write large tapes wi...
2014 Dec 17
0
Asymmetric encryption for very large tar file
...lic/private key pair via ?openssl req -x509 >>> -nodes -newkey rsa:2048 -keyout private.pem -out public.pem? command and >>> uses the public key to encrypt the big tar file. The encryption command I >>> used is "openssl smime -encrypt -aes256 -in backup.tar -binary -outform >>> DEM -out backup.tar.ssl public.pem?. The resulting backup.tar.ssl file is >>> only 2G then encryption process stops there and refuse to do more. Cannot >>> get around 2G. >> >> What happens if you use a pipeline or redirection instead of the -in >>...
2016 Apr 01
2
Libreswan PEM format
Hi I am trying to setup a libreswan vpn between centos 7 and a Mikrotik router. I am try to get the keys working. My problem is the Mikrotik router wants the key in PEM format How do I export the keys generated with ipsec newhostkey into PEM format ? Thanks
2016 Apr 01
0
Libreswan PEM format
It works, try googling for openssl pem conversion 1.4.2016 4.32 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti: > I have tried > openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem > > I get > unable to load Private Key > 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start > line:pem_lib.c:701:Expecting: ANY PRIVATE KEY > > > > On 1 April 2016 at 13:59, Eero Volotinen <eero.volotinen at iki.fi> wrote: &...
2016 Apr 01
0
Libreswan PEM format
..., Eero Volotinen <eero.volotinen at iki.fi> wrote: > > It works, try googling for openssl pem conversion > > 1.4.2016 4.32 ip. "Glenn Pierce" <glennpierce at gmail.com> kirjoitti: > > > >> I have tried > >> openssl rsa -in bicester_left.pub -outform pem > bicester_left.pem > >> > >> I get > >> unable to load Private Key > >> 140372295030648:error:0906D06C:PEM routines:PEM_read_bio:no start > >> line:pem_lib.c:701:Expecting: ANY PRIVATE KEY > >> > >> > >> > >> O...
2020 Mar 16
0
signing modules
Ok I tried signing a module... Did not work. + openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes -days 36500 -subj '/CN=dahdi Modules/' Generating a 2048 bit RSA private key ......................................+++ ..............................................................................+++ writing new private key to 'MOK.priv' ----- ++ uname -r ++...
2018 Aug 20
0
creation of ssl-parameters fails
...ssl-parameters.dat is apparently not the format expected. Basically openssl dhparam 4096 > /etc/dovecot/dh.pem would do the trick? I misread that from the wiki. Before reading your reply I checked https://www.openssl.org/docs/man1.0.2/apps/dhparam.html and tried this command: openssl dhparam -outform DER -out /etc/dovecot/dh-new.pem -2 4096 (after reading Alexander's reply). It just finished and dovecot seems to be working with it, although it's got no DH header line. At least dovecot doesn't complain when starting up. Anyway, I'll now reuse the dh.pem from no. 1 on the other m...
2020 Jun 11
0
SSL-Question
...that helps Chip Scooter On Thu, 11 Jun 2020 at 12:18, Ervin Bizjak <ervin.bizjak at gmail.com> wrote: > Hello! > Sorry, but SSL in my windows where is installed icecast not work. > Create certificate (.crt) and convert to .pem with openssl x509 -in > mycert.crt -out mycert.pem -outform PEM > certificate.pem copy to c:/icecast/cert/ > Edit icecast.xml: > <ssl-certificate>./cert/icecast.pem</ssl-certificate> > <listen-socket> > <port>8443</port> > <ssl>1</ssl> > </listen-socket> > > I don'...
2003 Oct 03
1
pop3s in Outlook
Hi, I'm using Dovecot for pop3-ssl. Unofortunatelly, most of my users are using MS Outlook. I want them to be able to remove standard mesage: "The certificat is not signed by...", but I don't know how :-( In the dialog isn't a button "Trust this certificate forever"... Is there anybody, who know, how to solve this? Many thanks.
2004 Feb 09
0
SSL certificate.
.../LocalCA cd /opt/LocalCA mkdir certs mkdir private chmod 700 private echo '01' > serial touch index.txt cd /opt/LocalCA PATH=/opt/openssl/bin:$PATH export PATH OPENSSL_CONF=/opt/LocalCA/LocalCA.cnf export OPENSSL_CONF openssl req -x509 -newkey rsa -out cacert.pem -outform PEM -days 1825 Then made following files: /opt/LocalCA/cacert.pem # CA public certificate /opt/LocalCA/private/cakey.pem # CA private key Then i performed 2 actions: mv /opt/LocalCA/cacert.pem /usr/share/ssl/certs/dovecot.pem mv /opt/LocalCA/cakey.pem /usr/shar/ssl/private/dovecot.pem Now,I ru...