Project

General

Profile

Actions

Task #6715

closed

Feature #6711: refactoring of lavoisier security

replace format of lavoisier-service.properties

Added by Reynaud Sylvain about 10 years ago. Updated about 10 years ago.

Status:
Resolved
Priority:
High
Assigned To:
Category:
Service
Target version:
Start date:
03/31/2014
Due date:
% Done:

0%

Estimated time:

Description

Use a format with sections that can contain either a list or a map.

Example:

[CAS]
https://hostname

[X509]
keyStore=/path/to/your/javaKeyStore_or_pkcs12cert
keyStorePassword=changeit
trustStore=/path/to/your/javaTrustStore_or_caCertsDirectory

[PASSWORD]
toto=b91cd1a54781790beaa2baf741fa6789
titi=1234b91cd1a54781790beaa2baf741fa

[IP]
127.0.0.1
80.81.82.83

Actions #1

Updated by Schwarz Lionel about 10 years ago

  • Status changed from New to Resolved

lavoisier-service.properties:

lavoisier.security=security/lavoisier-security.conf

lavoisier-security.conf:

[CAS]
server=https://yourServer

[PASSWORD]
lavoisier=b91cd1a54781790beaa2baf741fa6789

[IP]
local=127.0.0.1

[X509]
#keyStore=/path/to/your/javaKeyStore_or_pkcs12cert
#keyStorePassword=changeit
#trustStore=/path/to/your/javaTrustStore_or_caCertsDirectory

Actions

Also available in: Atom PDF