Mysql database - step-ca #1213
Unanswered
fa-droussat
asked this question in
Q&A
Replies: 1 comment
-
Hey @fa-droussat, for most use cases it's safe to delete data from those tables, indeed. If you intend to use revocation, it's advisable to not delete all data in the tables, but only the data that's considered outdated (e.g. older than the certificate lifetime). At the moment properties that can be used to selectively delete data are not available, as all of our data storage implementations use a K/V model. It's possible to write your own Go program to delete tables, an example of which is given here: #473 (comment). The corresponding issue also has some additional guidance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
I configured step-ca to use Mysql database. So I noticed that each certificate renewal added new rows in the following tables:
Can I delete obsolete data without affecting my CA?
Thanks for your help!!
Beta Was this translation helpful? Give feedback.
All reactions