“certbot expandir certificado” Código de respuesta

certbot expandir certificado

# 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

Use CertBot para generar certificado

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

Respuestas similares a “certbot expandir certificado”

Preguntas similares a “certbot expandir certificado”

Más respuestas relacionadas con “certbot expandir certificado” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código