nlps.home=${NLPS_HOME} #################################################################################################### # Jetty configuration #################################################################################################### server.port=8443 # for https/wss connection create a keystore file, using command # keytool -genkey -alias nlps -storetype PKCS12 -keyalg RSA -keysize 2048 -keystore keystore.p12 # then enable the following # SSL configuration parameters server.ssl.enabled=true server.ssl.key-store=${nlps.home}/config/keystore.p12 server.ssl.key-store-password=3RtuUlwSfZtTeg/qguIORyzBVtL+IsZNQtBeQvLV3aKLCySK server.ssl.key-store-type=PKCS12 server.ssl.key-alias=nlps server.ssl.protocol=TLS #################################################################################################### # Http Client #################################################################################################### httpClient.requestTimeout=5000 httpClient.followRedirects=true httpClient.maxRedirects=10 httpClient.maxConnectionsPerDestination=400 httpClient.executorMaxThreads=400 # If NLPS connects to a HTTPs server returning a self-signed certificates (product default in SS for NRM and Engines), # then set hostNameVerificationEnabled=false. # Set hostNameVerificationEnabled=true only when all servers NLPS connects to are using proper CA signed certificate. httpClient.hostNameVerificationEnabled=false # If a keystore and/or truststore is set, NLPS will authenticate the server certificate through it. # The certificate will be authenticated from the keystore content if no truststore is specified. # If serverAuthenticationEnabled=true and no keystore and no trustore are specified, then the authentication # of the server certificate is done using the default java keystore (cacert). httpClient.keystore= httpClient.keystorePassword= httpClient.truststore= httpClient.truststorePassword= #################################################################################################### # Licensing #################################################################################################### # License manager address licenseManager.address=27000@localhost # Number of initial licenses to be checked-out by NLPS numberOfLicenses=1 #################################################################################################### # Resource management #################################################################################################### resourceManager.urls=https://oraclelinux8nuance11:9001 #################################################################################################### # Diagnostic log suppress data #################################################################################################### suppressSensitiveData=true