-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Support SSL/TLS for ECS Server? #518
Labels
Milestone
Comments
just point people to: https://letsencrypt.org/docs/certificates-for-localhost/ Should point out that their concern about MITM attacks isn't really relevant for aws-sso. Even if someone was to modify your DNS settings, the private key would be safe in the SecureStore so the connection would fail. I suppose the bigger issue is if LE would break things on their end? |
So what if:
|
synfinatic
added a commit
that referenced
this issue
Jun 30, 2024
* add `ecs cert` command to load cert/private key * Stores the cert/private key in the secure store * Re-think how the http auth CLi args work Fixes: #518
synfinatic
added a commit
that referenced
this issue
Jun 30, 2024
* add `ecs cert` command to load cert/private key * Stores the cert/private key in the secure store * Re-think how the http auth CLi args work Fixes: #518
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be very useful for users using aws-sso over ssh. Unclear if/how the certificate that we use would be trusted by the AWS SDK. Users would likely have to roll their own CA and inject it into the AWS SDK or figure out a way to use LetsEncrypt to generate a cert for localhost?
I suppose generating a trusted cert is really just left as an exercise for the reader. :-/
The text was updated successfully, but these errors were encountered: