Skip to main content

Aggiungi un dominio, autorizza il dominio per i certificati e usa la dimostrazione pratica HTTP come metodo di convalida

Dimostra il controllo sul dominio con una dimostrazione pratica 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 volta che il file viene creato e messo sul tuo sito, DigiCert visita l’URL specificato per confermare la presenza del tuo valore casuale univoco. Assicurati di evitare Errori comuni: metodo DCV dimostrazione pratica 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.

Prima di iniziare

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.

Fase I: Aggiungi e autorizza un dominio per il certificato TLS/SSL

  1. Nel tuo account CertCentral, nel menu principale sinistro, vai su Certificati> Domini.

    In the left main menu, go to Certificates > Domain.

  2. Nella pagina Domini, fai clic su Nuovo dominio.

  3. Nella pagina Nuovo dominio, in Dettagli dominio, inserisci le seguenti informazioni sul dominio:

    • Nome dominio

      Inserisci il nome dominio che i certificati proteggeranno.

    • Organizzazione

      Nell’elenco a discesa, seleziona l’organizzazione a cui vuoi assegnare il dominio.

  4. Sotto Metodo di convalida del controllo del dominio (DCV), seleziona Dimostrazione pratica HTTP.

  5. Al termine, fai clic su Invia per convalida.

Fase II: Usa la dimostrazione pratica HTTP per dimostrare il controllo sul dominio.

  1. Crea il tuo file .txt:

    1. Salva il file .txt sotto questo nome: fileauth.txt.

      1. Open a text editor (e.g., Notepad).

      2. 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.

      3. Save the .txt file under this name: fileauth.txt.

    2. 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).

  2. Posiziona il file fileauth.txt sul tuo sito sotto .well-known/pki-validation.

    L’URL dovrebbe apparire come segue:

    http://[iltuodominio]/.well-known/pki-validation/fileauth.txt

  3. Verifica il token HTTP

    1. Nel tuo account CertCentral, nel menu principale sinistro, vai su Certificati > Domini.

    2. Nella pagina Domini, nella colonna Nome dominio, fai clic sul link del dominio.

    3. On the domain's details page, in the Domain control validation (DCV) method section under User actions select Check HTTP Token.