Agregar un dominio, autorizar el dominio para certificados y utilizar la demostración práctica HTTP como el método de validación
Demuestre que tiene el control de su dominio con una demostración práctica HTTP
Add a domain and demonstrate control over the domain by hosting a file containing a DigiCert-generated random value (provided for the domain in your CertCentral account) at a predetermined location on your website: http://{domain-name}/.well-known/pki-validation/fileauth.txt.
Una vez que se crea el archivo y que se coloca en su sitio, DigiCert visita la URL determinada para confirmar la presencia de su valor aleatorio único. Asegúrese de evitar Errores comunes: Método DCV de demostración práctica HTTP.
Importante
Only use the HTTP Practical Demonstration DCV methods to demonstrate control over fully qualified domain names (FQDNs) exactly as named. To learn more, visit Domain Validation Policy Changes.
Use one of the other supported DCV methods, such as email, DNS TXT, and CNAME, to prevalidate entire domains and subdomains.
Antes de comenzar
When you add a domain to your account, you must assign the domain to an organization in your account. However, before assigning a domain to it, you must first add the organization to your account. See Add an organization to your CertCentral account.
Additionally, if you want the domain used for OV, EV, or Private TLS/SSL certificates, you must submit its organization for prevalidation and include those matching validation types. See Submit an organization for pre-validation.
Paso I: Agregar y autorizar un dominio para un certificado TLS/SSL
En su cuenta de CertCentral, en el menú principal izquierdo, vaya a Certificados> Dominios.
In the left main menu, go to Certificates > Domain.
En la página Dominios, haga clic en Nuevo dominio.
En la página Nuevo dominio, en Detalles del dominio, ingrese la siguiente información del dominio:
Nombre de dominio
Ingrese el nombre de dominio que será protegido por los certificados.
Organización
En la lista desplegable, elija la organización a la que desea asignarle el dominio.
En Método de validación de control de dominio (DCV), seleccione Demostración práctica de HTTP.
Cuando haya terminado, haga clic en Enviar para su validación.
Paso II: Usar la demostración práctica HTTP para demostrar que tiene el control del dominio.
Crear su archivo .txt:
Guarde el archivo .txt con este nombre: fileauth.txt.
Open a text editor (e.g., Notepad).
In the Your unique verification token box, copy your token and paste the random value in text editor.
The random value expires after 30 days.
Save the .txt file under this name: fileauth.txt.
Create the .well-known/pki-validation/ directory on your site.
For Windows-based servers, the
.well-known
folder must be created via command line (mkdir .well-known
).
Coloque el archivo fileauth.txt en su sitio web en .well-known/pki-validation.
La URL debe parecerse a esta:
http://[sudominio]/.well-known/pki-validation/fileauth.txt
Verificar el token HTTP
En su cuenta de CertCentral, en el menú principal izquierdo, vaya a Certificados > Dominios.
En la página Dominios, en la columna Nombre de dominio, haga clic en el enlace del dominio.
On the domain's details page, in the Domain control validation (DCV) method section under User actions select Check HTTP Token.