Skip to content

Instantly share code, notes, and snippets.

View patch0's full-sized avatar

Patrick Cherry patch0

  • Raspberry Pi Foundation
  • Arnside
View GitHub Profile
@patch0
patch0 / README.md
Last active March 10, 2020 15:39
Upgrade Symbiosis to LetsEncrypt v2 API

Bytemark have now published an update!

Since writing this gist, Bytemark have published an update to use the LetsEncrypt v2 API, so an apt-get update/upgrade should work (or rather it should have already worked :)).

Upgrade Symbiosis to LetsEncrypt v2 API (not using the Bytemark update)

This is effectively a monkey-patch to overwrite existing letsencrypt functionality in Symbiosis to use the new v2 API, as the existing v1 API is being discontinued in June 2020.

This depends on a newer version of the [acme-client gem](https://github.com/unixcharles/acme-client].