-
Notifications
You must be signed in to change notification settings - Fork 20
nginx-acme-0.1.0 #21
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
nginx-acme-0.1.0 #21
Conversation
571e7c8 to
1157c4a
Compare
Starting from v2.7.0, pebble ignores certificateValidityPeriod and uses the validityPeriod from the default profie instead. The profile was removed during the review of #16, because I assumed it was redundant and the tests (with pebble v2.6.0) confirmed that.
Certain issuers don't like "null" in these fields.
9924e86 to
b335c08
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.
Pull Request Overview
This PR introduces the initial version (0.1.0) of nginx-acme, an NGINX module implementing the ACME protocol for automatic certificate management. The release includes basic ACME protocol support with HTTP-01 challenge functionality.
- Initial release of nginx-acme module version 0.1.0
- Documentation improvements with corrected spelling and enhanced clarity
- Code changes to ACME types and test configurations
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CHANGELOG.md | Adds initial changelog documenting the 0.1.0 release |
| README.md | Comprehensive documentation updates with spelling corrections and enhanced usage instructions |
| src/acme/types.rs | Updates serde attributes to skip serialization of None values instead of using defaults |
| t/lib/Test/Nginx/ACME.pm | Adds profiles configuration to the test setup |
b335c08 to
1756952
Compare
ensh63
left a comment
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.
Looks good.
No description provided.