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
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
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
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
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
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