snippets:certbot
Table of Contents
Snippets: certbot
Links
Zertifikate erstellen
# Zertifikat für die Domain foo.example.com certbot -d foo.example.com # Webserver über das Apache-Plugin automatisch konfigurieren certbot --apache -d bar.example.com # Mehrere Hostnamen über Subject Alternate Names # Die erste Domain wird als Commom Name genutzt, alle weiteren sind Subject Alternate Names certbot \ --apache \ -d john-doe.name \ -d www.john-doe.name \ -d blog.john-doe.name
snippets/certbot.txt · Last modified: by malte70
