-
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
…into bugFix/9009-automate-cert-authority
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: root.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: root.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: root.
|
Can you explain, where in our deployment for microk8s/minikube we are specifying the certificates that are generated in |
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: root.
|
Got this error in CC
XRE-b86025e1-657e-4f90-8698-3c7dfe7f3b79-2023-10-24T04-04-19.705Z.txt |
Let me try this once more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will this work across all environments? linux, mac, windows?
Summary
🤖 Generated by Copilot at 3c9070c
The pull request adds a feature that enables HTTPS support for the Ethereal Engine web app. It modifies the
dev-docker
script to generate and install a self-signed certificate using a custom configuration file (openssl.cnf
) for the openssl command.References
closes #9009
Explanation
🤖 Generated by Copilot at 3c9070c
dev-docker
script inpackage.json
to run thegenerate-certs.sh
script after starting the containers (link)generate-certs.sh
script in thescripts
folder to use a custom configuration file (openssl.cnf
) for the openssl command (link)openssl.cnf
file to thescripts
folder with the values for the certificate fields (link)🤖 Generated by Copilot at 3c9070c
QA Steps
List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.
Checklist