We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dist
Actual Behavior
openssl x509 -in dist/server.crt -text Certificate: Data: Validity: Not After : Jan 13 08:41:19 2021 GMT
Expected Behavior
A valid self-signed certificate to be used for local https development purposes.
Steps to Reproduce the Bug
Execute above command in your project root.
The text was updated successfully, but these errors were encountered:
fix: regenerate self signed SSL certificate (#542)
f246e3b
8ce720d
jometzner
Successfully merging a pull request may close this issue.
Actual Behavior
openssl x509 -in dist/server.crt -text Certificate: Data: Validity: Not After : Jan 13 08:41:19 2021 GMT
Expected Behavior
A valid self-signed certificate to be used for local https development purposes.
Steps to Reproduce the Bug
Execute above command in your project root.
The text was updated successfully, but these errors were encountered: