We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30def21 + 6373b5a commit bbe8df5Copy full SHA for bbe8df5
docs/userguide/security.rst
@@ -168,7 +168,7 @@ with the private key and certificate files located in `/etc/ssl`.
168
CELERY_SECURITY_KEY = '/etc/ssl/private/worker.key'
169
CELERY_SECURITY_CERTIFICATE = '/etc/ssl/certs/worker.pem'
170
CELERY_SECURITY_CERT_STORE = '/etc/ssl/certs/*.pem'
171
- from celery import setup_security
+ from celery.security import setup_security
172
setup_security()
173
174
.. note::
0 commit comments