Switching TLS certificate authorities

By default, all webroots use Buypass AS for TLS certificates. These certificates come at no cost — both to The Birbhouse and to members. Some individuals may prefer using alternative free ACME providers — such as Let's Encrypt or ZeroSSL — or a paid provider such as DigiCert or SwissSign.

To switch, set the value of tls.acme to set your ACME URL.

acme-example.birb.fr {
	tls {
		acme {url}
	}
}

There is no planned support for manual certificate uploads or private ACME providers at this time.