Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Conversation

@cjellick
Copy link
Member

@cjellick cjellick commented Nov 22, 2022

After initial install we don't want to prompt the user to agree to Let's
Encrypt TOS if they already did. So, we check if we already have that
bit of configuration server side before prompting them.

Also, clean up the code a bit.

Signed-off-by: Craig Jellick craig@acorn.io

obot-platform/obot#790

After initial install we don't want to prompt the user to agree to Let's
Encrypt TOS if they already did. So, we check if we already have that
bit of configuration server side before prompting them.

Also, clean up the code a bit.

Signed-off-by: Craig Jellick <craig@acorn.io>
Comment on lines +155 to +158
email := opts.Config.LetsEncryptEmail
if email == "" {
email = serverConf.LetsEncryptEmail
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@tylerslaton
Copy link
Contributor

Looks good to me minus CI failing.

@cjellick
Copy link
Member Author

Ran the test locally and reran here. Passed in both. going to chalk it up to a fluke for now.

@cjellick cjellick merged commit b316d34 into acorn-io:main Nov 28, 2022
@cjellick cjellick deleted the le-cleanup branch November 28, 2022 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants