[openssl-users] database openssl

2018-05-29 Thread Sampei
I'm using Linux server to create temporary CA and I know openssl maintains a text database of issued certificates and their status. Now I need to migrate this server to another one, so I ask myself how can I export this db. thanks Con Mobile Open 6 GB hai 6 Giga, 600 minuti e 300 SMS per i

Re: [openssl-users] database openssl

2018-05-31 Thread Sampei
7e/" path where there .cnf configuration files. Il 29.05.2018 10:43 Jan Just Keijser ha scritto: > Hi, > > On 29/05/18 09:47, Sampei wrote: > >> I'm using Linux server to create temporary CA and I know openssl maintains a text database of issued certificates and their s

[openssl-users] 2 openssl installed?

2018-06-03 Thread Sampei
Can you help to understand if I have 2 OPenSSL installed into my "old old" server please? rpm -qa | grep openssl gives: openssl-0.9.7a-33.10 Furthermore I found out following files into /usr/local/openssl-0.9.7e (perhaps a uncompressed tar file) : apps CHANGES.SSLeay Configure diffs.6e

Re: [openssl-users] 2 openssl installed?

2018-06-04 Thread Sampei
l -exec {} version ; > > repeat with > > objdump -x & ldd to determine which libraries, etc are being used. > >> On 4 Jun 2018, at 3:47 PM, Sampei wrote: Can you help to understand if I have 2 OPenSSL installed into my "old old" server please? rpm -qa

Re: [openssl-users] 2 openssl installed?

2018-06-04 Thread Sampei
t; looks like you only have 1 openssl binary, 0.9.7.a on your host. > > objdump -x & ldd will show you which libraries the openssl binary is compiled to use on your host. > > so…. > > objdump -x [ full path to your openssl binary ] > > ldd [ full path to your openssl b

Re: [openssl-users] 2 openssl installed?

2018-06-06 Thread Sampei
ng from /usr/local/….. where you 97e files are. > > I don't know what you are using that system for, but is there a reason why you are not running 1.0.2g or g+ ? > > Are there other apps on the host which are using the e configs ? > >> On 5 Jun 2018, at 4:53 PM, Sampe