Actions
Task #6715
closedFeature #6711: refactoring of lavoisier security
replace format of lavoisier-service.properties
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
Updated by Schwarz Lionel over 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