[openssl-users] database openssl

Jan Just Keijser janjust at nikhef.nl
Tue May 29 08:43:43 UTC 2018


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 
> status.
> Now I need to migrate this server to another one, so I ask myself how can I export this db.
> thanks
>

the openssl CA "database" usually consists of two files. The location of these files is specified in the openssl.cnf file. The 
files are
   serial   - containing the last issued serial number
   index.txt  - containing the list of all issued, expired and revoked certificates.

As I said, the location of these files is depending on how you set up your temporary CA.

HTH,

JJK



More information about the openssl-users mailing list