| Name: | dehydrated |
|---|---|
| Version: | 0.4.0 |
| Release: | 5.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 123752 |
| License: | MIT |
| RPM: | dehydrated-0.4.0-5.el7.noarch.rpm |
| Source RPM: | dehydrated-0.4.0-5.el7.src.rpm |
| Build Date: | Sat Oct 21 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/lukas2511/dehydrated |
| Summary: | A client for signing certificates with an ACME server |
| Description: | This is a client for signing certificates with an ACME-server (currently only provided by Let's Encrypt) implemented as a relatively simple bash-script. It uses the openssl utility for everything related to actually handling keys and certificates, so you need to have that installed. Current features: * Signing of a list of domains * Signing of a CSR * Renewal if a certificate is about to expire or SAN (subdomains) changed * Certificate revocation |
- Include license with proper macros
- Set PRIVATE_KEY_RENEW=no so pubkeys are re-used, allowing TLSA DNS records
- Fix file mode of crontab entry
- Add archive directory, cleanup
- Initial build