User Tools

Site Tools


openbsd:acme

acme-client.conf

- acme-client configuration file

# cp /etc/examples/acme-client.conf /etc

/etc/acme-client.conf:

...
domain example.com {
	alternative names { secure.example.com }
	domain key "/etc/ssl/private/example.com.key"
	domain full chain certificate "/etc/ssl/example.com.fullchain.pem"
	# Test with the staging server to avoid aggressive rate-limiting.
	#sign with letsencrypt-staging
	sign with letsencrypt
}

# acme-client -v example.com

openbsd/acme.txt · Last modified: 2025/05/30 17:02 by Alexey

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki