Skip to main content

Hinzufügen und Autorisieren einer Domäne für Zertifikate unter Verwendung der DCV-Methode HTTP-Praxisbeispiel

Nachweis der Kontrolle über Ihre Domäne mit einem HTTP-Praxisbeispiel

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.

Nachdem die Datei erstellt und auf Ihrer Website platziert wurde, besucht DigiCert die angegebene URL, um das Vorhandensein Ihres eindeutigen Zufallswerts zu bestätigen. Achten Sie darauf, dass Sie die Häufige Fehler: DCV-Methode HTTP-Praxisbeispiel vermeiden.

Wichtig

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.

Bevor Sie beginnen

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.

Schritt 1: Hinzufügen und Aktivieren einer Domäne für TLS/SSL-Zertifikate

  1. Gehen Sie in Ihrem CertCentral-Konto im linken Hauptmenü zu Zertifikate> Domänen.

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

  2. Klicken Sie auf der Seite Domänen auf Neue Domäne.

  3. Geben Sie auf der Seite Neue Domäne unter Domänendetails diese Domänendaten ein:

    • Name der Domäne

      Geben Sie den Namen der Domäne ein, die die Zertifikate sichern sollen.

    • Organisation

      Wählen Sie aus der Dropdownliste die Organisation aus, der Sie die Domäne zuweisen möchten.

  4. Wählen Sie unter DCV-Methode (Domain Control Validation) die Option HTTP-Praxisbeispiel.

  5. Klicken Sie anschließend auf Zur Validierung einreichen.

Schritt 2: HTTP Praxisbeispiel verwenden, um die Kontrolle der Domäne nachzuweisen.

  1. Erstellen Sie Ihre TXT-Datei:

    1. Speichern Sie die TXT-Datei, unter diesem Namen: 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. Legen Sie die Datei fileauth.txt auf Ihrer Website unter .well-known/pki-validation ab.

    Die URL sollte wie folgt aussehen:

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

  3. Bestätigen des HTTP-Tokens

    1. Gehen Sie in Ihrem CertCentral-Konto auf der Seitenleiste auf Zertifikate > Domänen.

    2. Klicken Sie auf der Seite Domänen in der Spalte Domänenname auf den Link für die Domäne.

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