“Zertifikat für das Zertifikat” Code-Antworten

Zertifikat für das Zertifikat

# List your certificates and copy all domains of the existing certificate
certbot certificates

# Run certbot will all domains + your new domain, sepereated by a ','
certbot -d example.com,www.example.com,yournewdomain.example.com

# Now certbot will ask you, if you want to expand the cert, enter 'e'
garzj

Verwenden Sie CertBot, um Zertifikat zu generieren

# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos
The.White.Fang

Ähnliche Antworten wie “Zertifikat für das Zertifikat”

Fragen ähnlich wie “Zertifikat für das Zertifikat”

Weitere verwandte Antworten zu “Zertifikat für das Zertifikat” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen