Skip to Content Information Center
Markvision Enterprise

Markvision Enterprise

Copie et définition du répertoire

  1. Copiez l'exemple d'arborescence /etc/openxpki/config.d/realm/ca-one dans un nouveau répertoire (cp -avr /etc/openxpki/config.d/realm/ca-one /etc/openxpki/config.d/realm/ca-two) dans le répertoire de domaine.

  2. Dans etc/openxpki/config.d/system/realms.yaml, mettez à jour la section suivante :

    Ancien contenu

    # This is the list of realms in this PKI
    # You only need to enable the realms which are visible on the server
    
    ca-one:
        label: Verbose name of this realm
        baseurl: https://pki.example.com/openxpki/
    
    #ca-two:
    #    label: Verbose name of this realm
    #    baseurl: https://pki.acme.org/openxpki/

    Nouveau contenu

    # This is the list of realms in this PKI
    # You only need to enable the realms which are visible on the server
    
    ca-one:
        label: CA-ONE
        baseurl: https://pki.example.com/openxpki/
    
    ca-two:
        label: CA-TWO
        baseurl: https://pki.example.com/openxpki/
  3. Enregistrez le fichier.

Cet article vous a-t-il été utile ?
Top