Configuration des propriétés de l'interface de ligne de commande (CLI) dans un environnement de serveur compatible HTTPS - spectrum_platform - 23 - 23.1

Guide d'administration Spectrum

Product type
Logiciels
Portfolio
Integrate
Locate
Verify
Product family
Spectrum
Product
Spectrum > Spectrum Platform
Version
23.1
Language
Français
Product name
Spectrum Technology Platform
Title
Guide d'administration Spectrum
First publish date
2007
Last updated
2023-10-12
Published on
2023-10-12T07:14:51.523252

Si vous utilisez des certificats auto-signés, veillez à les importer sur votre ordinateur local.

  1. Importez vos certificats auto-signés.
    Par exemple :
    keytool -importkeystore -srckeystore "C:\Program Files\Precisely\Spectrum\server\conf\certs\node-keystore.p12"      -destkeystore "C:\Program Files\Precisely\Spectrum\server\conf\certs\truststore.p12" -deststoretype pkcs12
  2. Dans le même répertoire que celui de votre exécutable CLI, créez un fichier nommé : cli.properties.
    Voici un exemple du contenu du fichier :
    # sample properties spectrum.encryption.keystoreType=pkcs12 spectrum.encryption.keystore=C:\\Users\\Spectrum\\mycerts\\node-keystore.p12 spectrum.encryption.keystorePassword=p1tn3yb0w3s spectrum.encryption.keystoreAlias=spectrum spectrum.encryption.truststoreType=pkcs12 spectrum.encryption.truststore=C:\\Users\\Spectrum\\mycerts\\truststore.p12 spectrum.encryption.truststorePassword=p1tn3yb0w3s spectrum.encryption.truststoreAlias=spectrum spectrum.encryption.trustAllHosts=true spectrum.encryption.trustSelfSigned=false