Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapsys/acme
Letsencrypt perl client
https://github.com/rapsys/acme
acme acme-client acme-protocol acme-server acme-v2 apache letsencrypt nginx perl perl-module perl-script php
Last synced: 7 days ago
JSON representation
Letsencrypt perl client
- Host: GitHub
- URL: https://github.com/rapsys/acme
- Owner: rapsys
- License: agpl-3.0
- Created: 2022-09-19T02:45:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T02:12:07.000Z (12 months ago)
- Last Synced: 2024-11-18T19:49:22.193Z (2 months ago)
- Topics: acme, acme-client, acme-protocol, acme-server, acme-v2, apache, letsencrypt, nginx, perl, perl-module, perl-script, php
- Language: Perl
- Homepage: https://git.rapsys.eu/acme/
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Acme 2.0.3
Raphaël Gertz (Rapsys)
This program generate letsencrypt free certificates.
01. What's acme?
----------------Acme is a fast and simple certificate generator using ACME v2 API.
Consult:
* man 1 acme: general documentation.
* man 1 acme-conf: about config generation.
* man 1 acme-cert: about certificate generation.
* man 1 acme-cron: about cron job setup.
02. Acme conf
-------------* acme conf [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]]
example.com[=www.example.com[,cdn.example.com]] [...] [-(d|-debian)]03. Acme cert
-------------* acme cert [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] [example.com]
[...]04. Acme cron
-------------* acme cron [-(v|-verbose)] [-(c|-config)[=/etc/acme/config]] [example.com]
[...]05. Acme options
----------------* --verbose: Produces a verbose report about the current process for the
purpose of problem analysis.* --config: Use the specified configuration file. If the pathname is omitted,
the file specified in Acme::CONFIG constant is assumed.
Default value is /etc/acme/config* --debian: Use debian specific path schema in configuration file. If omitted,
the default redhat path schema is assumed.06. Contribute
--------------You may buy me a Beer, a Tea or help with Server fees with a paypal donation to
the address or via the donation page.Don't forget to show your love for this project, feel free to report bugs to
the author, issues which are security relevant should be disclosed privately
first.Patches are welcomed and grant credit when requested.
07. Documentation
-----------------A formated and hyperlinked copy of the lastest ACME v2 API documentation can be
viewed at: https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.htmlThis Acme implementation can be used for Let's Encrypt free, automated and open
certificate authority, their documentation can be viewed at:
https://letsencrypt.org/docs/08. Author
----------Raphaël Gertz (Rapsys)
09. Bugs
--------No known bugs.