Document that generated self signed certificates go into the data directory
See original GitHub issue- ~Users can specify paths of the cert and its key in
config.yaml
if HTTPS is enabled, instead of using--cert
and--cert-key
.~ - ~In the
doc
directory, I can’t find a documentation explaining entries inconfig.yaml
. Luckily, now theconfig.yaml
has a very small number of entries. However, the lack of documentation is always confusing, especially after the file becomes complicated in the future.~ Document that generated self signed certificates go into the data directory
BTW, I have another question: When HTTPS is enabled but the --cert
argument is not used, which certificate will be used?
Thanks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Document that generated self signed certificates go into the ...
I checked the data directory I specified as --user-data-dir but I can't find the certificate. Did you mean something else by “data directory”?...
Read more >Generating and using self-signed certificates - IBM
Steps · 1. Download the new certificate generation script below and copy it to the system. · 2. Install the script according to...
Read more >5 Creating, Exporting, and Importing SSL Certificates
A self-signed certificate is one that you create for your server, in the server's KeyStore. You then export and import the exported certificate...
Read more >What Is A Self-Signed SSL Certificate? | Sectigo® Official
A self-signed SSL certificate is a digital certificate that's not signed by a publicly trusted Certificate Authority (CA). Self-signed ...
Read more >Generate Self-Signed Certificates Overview - .NET
The dotnet dev-certs command generates a self-signed certificate to enable HTTPS use in development. Configure ASP.NET Core to work with proxy ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, sorry. I understood. Firstly, I saw
cert: false
, I thoughtcert
can only be a boolean value. Now, I found I was wrong. Thanks for your answer.This has been done and will be in the next release!