-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save private key and ocsp in database #146
Comments
Would love this, |
Hi, This is currently not possible, as storing them in the database is a security risk. The frontend webserver should not have access to the private keys... but needs access to the database.
Can you details those limits and where the slowdown occurs? OCSP keys should usually be in the cache, making them very fast, and signing private keys can hardly be the limiting factor (and occurs in the Celery worker anyway).
Do you really have no way of storing files there? kr, Mat |
I want to run it in Kubernetes, but there are significant file limitations. |
So, |
At present, that would be a solution, yes. However dynamic backend support could be used to implement storage in the database. If you're willing to try a PR, I'm happy to assist, otherwise I can't commit to implementing this before 2.1. |
Is there a way to store private key and ocsp files in the database instead of in file?
I have some limits in my servers and using files exclusively for these, which has resulted in a slowdown
The text was updated successfully, but these errors were encountered: