Skip to main content

Een domein toevoegen, het domein voor certificaten autoriseren en Praktische HTTP-demonstratie als validatiemethode gebruiken

Controle over uw domein aantonen met Praktische HTTP-demonstratie

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.

Zodra het bestand is gemaakt en op uw site is geplaatst, bezoekt DigiCert de opgegeven URL om de aanwezigheid van uw unieke willekeurige waarde te bevestigen. Zorg er wel voor dat u daarbij de Veelgemaakte fouten: DCV-methode Praktische HTTP-demonstratie Vermijdt.

Items to note about using the HTTP Practical Demonstration DCV method

  • Validate FQDNs only

    Only use the HTTP Practical Demonstration DCV methods to demonstrate control over fully qualified domain names (FQDNs) exactly as named. Use one of the other supported DCV methods, such as email, DNS TXT, and CNAME, to validate entire domains, subdomains, and wildcard domains (*.example.com).

    To learn more, visit Domain Validation Policy Changes.

  • Validating IPv4 and IPv6 address

    Per industry regulations, you must use the HTTP Practical Demonstration DCV method to demonstrate control over IPv4 and IPv6 addresses.

Voordat u begint

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.

Stap I: Een domein toevoegen en autoriseren voor een TLS/SSL-certificaat

  1. In CertCentral, in the left main menu, go to Certificates > Domains.

    For CertCentral Subscription accounts, in the left menu, go to Validation > Domains.

  2. Klik op de pagina Domeinen op Nieuw domein.

  3. Op de pagina Nieuw domein, onder Domeindetails, voert u de volgende domeingegevens in:

    • Domeinnaam

      Voer de domeinnaam in die de certificaten moeten beveiligen.

    • Organisatie

      Selecteer in de vervolgkeuzelijst de organisatie waaraan u het domein wilt toewijzen.

  4. Onder DCV-methode (Domain Control Validation), selecteert u Praktische HTTP-demonstratie.

  5. Klik op Verzenden voor validatie wanneer u klaar bent.

Stap II: Praktische HTTP-demonstratie gebruiken om de controle over het domein aan te tonen

  1. Uw .txt-bestand maken:

    1. Sla het .txt-bestand op onder deze naam: 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. Plaats het bestand fileauth.txt op uw site onder .well-known/pki-validation.

    De URL moet er dan ongeveer zo uitzien:

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

  3. Het HTTP-token controleren

    1. In CertCentral, in the left menu, go to Certificates > Domains.

      For CertCentral Subscription accounts, in the left menu, go to Validation > Domains.

    2. Op de pagina Domeinen, in de kolom Domeinnaam, klikt u op de domeinkoppeling.

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