JulianRunnels / Vaultwarden_Self_Host

Automatically setup and host a Vaultwarden (unoffical Bitwarden) instance on a Raspberry Pi or other Linux Server
119 stars 25 forks source link

Updated cert revoke to renew the cert automatically to fix #24 #25

Closed JulianRunnels closed 1 year ago

JulianRunnels commented 1 year ago

Moved the current revoke to backup and renew the cert automatically. This will work for the first renewal when the cert serial number=1000, but afterward the new cert serial (1001, 1002, etc) will need to be added as a command line argument.

JulianRunnels commented 1 year ago

Fixes #24