Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProvide clear documentation or possibility (if does not exist yet) on usage of pem file with both certificate and private key file inside #1802
Labels
Comments
|
Yeah, it's used like this even in tests too: https://github.com/cherrypy/cherrypy/blob/db0a8a6/cherrypy/test/helper.py#L435-L439 The code for TLS adapters is @ https://github.com/cherrypy/cheroot/tree/e03c3f5d362a7ac5d2517aabbc7b60b10fd83d1d/cheroot/ssl. CherryPy mostly just maps config values to their initializers. If you have ideas on the docs improvements, feel free to send a PR against https://github.com/cherrypy/cherrypy/blob/db0a8a6/docs/deploy.rst#L174-L237 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ...
Do you want to request a feature or report a bug?
feature
What is the current behavior?
not documented, unspecified.
It seems to work if we specify the following, but it is not clear whether it is recommended and works as expected:
or even just:
If the current behavior is a bug, please provide the steps to reproduce and if possible a screenshots and logs of the problem. If you can, show us your code.
N/A
What is the expected behavior?
possibility to use pem file with both certificate and private inside is specified and documented
What is the motivation / use case for changing the behavior?
Security is very important for web applications so it is better to have proofs from documentation that what is used is correct.
Developers are asking about such behavior, e.g.:
#1563 (comment)
Please tell us about your environment:
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, e.g. stackoverflow, gitter, etc.)
N/A