-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
letsencrypt: Added support for Simply.com DNS challenge. #3717
Conversation
WalkthroughWalkthroughThe Changes
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
@coderabbitai review |
8aff9e9
to
a43145d
Compare
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.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
letsencrypt/DOCS.md (1)
990-1009
: Simply.com DNS challenge section approved.The section provides clear guidance on configuring Simply.com DNS challenges.
Address adverb repetition.
Consider revising the sentence to avoid adverb repetition for improved clarity.
- The `simply_account_name` is the Simply.com account-number (Sxxxxxx) and the `simply_api_key` is the API-KEY for the specific account. + The `simply_account_name` is the Simply.com account-number (Sxxxxxx) and the `simply_api_key` is the API key for the specific account.Tools
LanguageTool
[style] ~1006-~1006: This adverb was used twice in the sentence. Consider removing one of them or replacing them with a synonym.
Context: ... ``` Thesimply_account_name
is the Simply.com account-number (Sxxxxxx) and the `s...(ADVERB_REPETITION_PREMIUM)
Gitleaks
1003-1004: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
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.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (2)
letsencrypt/DOCS.md (2)
1006-1006
: Remove adverb repetition for clarity.The word "simply" is repeated unnecessarily. Consider rephrasing for clarity.
- The simply_account_name is the Simply.com account number (Sxxxxxx), and the simply_api_key is the specific account's API key. + The simply_account_name is the Simply.com account number (Sxxxxxx), and the simply_api_key is the account's API key.Tools
LanguageTool
[style] ~1006-~1006: This adverb was used twice in the sentence. Consider removing one of them or replacing them with a synonym.
Context: ...l ``` The simply_account_name is the Simply.com account number (Sxxxxxx), and the s...(ADVERB_REPETITION_PREMIUM)
1003-1004
: Ensure placeholder values are replaced with secure values.The example configuration uses placeholder values for the API key. Remind users to replace these with their actual secure values.
# Replace 'OAHJdsjhJHIa872sahl' with your actual Simply.com API key.
Tools
Gitleaks
1003-1004: Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
(generic-api-key)
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.
Actionable comments posted: 1
Outside diff range, codebase verification and nitpick comments (1)
letsencrypt/DOCS.md (1)
1006-1006
: Rephrase to avoid adverb repetition.The sentence uses "simply" twice, which can be confusing. Consider rephrasing for clarity.
- The simply_account_name is the Simply.com account number (Sxxxxxx), and the simply_api_key is the account's API key. + The `simply_account_name` is the Simply.com account number (Sxxxxxx), and the `simply_api_key` is the account's API key.Tools
LanguageTool
[style] ~1006-~1006: This adverb was used twice in the sentence. Consider removing one of them or replacing them with a synonym.
Context: ... ``` The simply_account_name is the Simply.com account number (Sxxxxxx), and the s...(ADVERB_REPETITION_PREMIUM)
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.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
letsencrypt/DOCS.md (1)
1006-1007
: Consider revising for stylistic clarity.The sentence uses the adverb "simply" twice. Consider rephrasing for clarity:
"Thesimply_account_name
refers to the Simply.com account number (Sxxxxxx), and thesimply_api_key
is the account's API key."- The simply_account_name is the Simply.com account number (Sxxxxxx), and the simply_api_key is the account's API key. + The `simply_account_name` refers to the Simply.com account number (Sxxxxxx), and the `simply_api_key` is the account's API key.Tools
LanguageTool
[style] ~1006-~1006: This adverb was used twice in the sentence. Consider removing one of them or replacing them with a synonym.
Context: ... ``` The simply_account_name is the Simply.com account number (Sxxxxxx), and the s...(ADVERB_REPETITION_PREMIUM)
Thanks for your contribution! Generally LGTM. Since the earlier PR #3716 just got merged, this needs a rebase and another version bump. |
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
9992c0e
to
b51a792
Compare
input would be to call it "simplycom" and not just "simply" |
I can update the certbot plugin and use "simplycom" instead and reflect the changes in a PR here as well, if that's preferred. |
Added support for Simply.com DNS challenge.
Summary by CodeRabbit
New Features
Updates
dns-simply
.