-
Notifications
You must be signed in to change notification settings - Fork 43
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
Parsing issues running init_ca #123
Comments
No they should absolutely allow spaces! I also checked, and invocations with manage.py work just fine. The issue appears to be in the manage.py shortcut you're using. I checked, and the version referenced here: https://django-ca.readthedocs.io/en/latest/quickstart_from_source.html#add-manage-py-shortcut ... and it indeed has a bug fixed in 61fb91a. If you used that wrapper script, can you check if the fix works for you (it did in my tests). If you used something different, either check that script or post that script here so that I can help debug. |
I confirm that the patch fixes the issue and that issuing the command through the shortcut works correctly. Thank you. |
While following the setup instructions I came across an unexpected issue in the root CA:
do the name and subject fields not allow spaces, or is there an escaping that I'm missing?
The text was updated successfully, but these errors were encountered: