question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Document that generated self signed certificates go into the data directory

See original GitHub issue
  1. ~Users can specify paths of the cert and its key in config.yaml if HTTPS is enabled, instead of using --cert and --cert-key.~
  2. ~In the doc directory, I can’t find a documentation explaining entries in config.yaml. Luckily, now the config.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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
KaneGreencommented, Jun 6, 2020

Sir, I’ve read these. And I know cert will be generated if no cert path is provided. But, where the generated cert are saved?

Is the FAQ not clear enough about how the config file works?

Oh, sorry. I understood. Firstly, I saw cert: false, I thought cert can only be a boolean value. Now, I found I was wrong. Thanks for your answer.

1reaction
nhooyrcommented, Nov 13, 2020

This has been done and will be in the next release!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found