FGasper
November 15, 2016, 8:45pm
1
https://letsencrypt.org/docs/client-options/
^^ The above is missing at least two Perl client libraries:
Osiris
November 15, 2016, 9:33pm
2
The Let’s Encrypt website is open source and you can clone it, edit it and make a pull request yourself if you’d like to. The page you mentioned can be found here:
---
layout: page
title: ACME Client Implementations
permalink: /docs/client-options/
top_graphic: 1
date: 2018-01-05T00:00
---
Last updated: {{ page.date | date: "%B %d, %Y" }} \| [See all Documentation](/docs/)
Let's Encrypt uses the ACME protocol to verify that you control a given domain
name and to issue you a certificate. To get a Let's Encrypt certificate, you'll
need to choose a piece of ACME client software to use.
# Recommended: Certbot
We recommend that most people start with the [Certbot](https://certbot.eff.org/) client. It can simply get a cert for you or also help you install, depending on what you prefer. It’s easy to use, works on many operating systems, and has great documentation.
If certbot does not meet your needs, or you’d simply like to try something else, there are many more clients to choose from below, grouped by the language or environment they run in.
This file has been truncated. show original
leader
November 16, 2016, 12:16am
3
I believe that Protocol::ACME has been actually listed for ages, but your client is indeed missing (though I understand that it has just been uploaded to CPAN today). Nice to see another Perl implementation being added
1 Like
system
Closed
December 16, 2016, 5:17pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.