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

--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to