Revision 19b58bab
Added by Remy Menard over 11 years ago
IoTa-Installer/update-version.sh | ||
---|---|---|
host = localhost
|
||
callback_war = true
|
||
anonymous_user = anonymous
|
||
use_tls_id = true
|
||
default_user = default-id
|
||
|
||
[ldap]
|
||
login = admin
|
||
... | ... | |
name = apache-tomcat
|
||
directory = /srv/
|
||
catalina_home = /srv/apache-tomcat/
|
||
redirect_port = 8443
|
||
secure_port = 8443
|
||
shutdown_port = 8005
|
||
http_port = 8080
|
||
ajp_port = 8009
|
||
... | ... | |
login = admin
|
||
password = admin
|
||
manager_path = manager/text
|
||
keystore_file = \${catalina.home}/conf/ssl/keystore.jks
|
||
keystore_password = changeit
|
||
key_alias =
|
||
key_password =
|
||
truststore_file = \${catalina.home}/conf/ssl/keystore.jks
|
||
truststore_password = changeit
|
||
revocations_file = \${catalina.home}/conf/ssl/revocations_list.pem
|
||
install = false
|
||
|
||
[activemq]
|
||
... | ... | |
name = sigma
|
||
repo = resources/sigma-1.9-mock.war
|
||
install = True
|
||
key-store-file-path = resources/certs/sslcert/test-cert.p12
|
||
key-store-password = skanka
|
||
url = http://localhost:8080/sigma/
|
||
|
||
[sigma_cert]
|
||
create_keystore = True
|
||
keystore = /srv/sigma-cert.p12
|
||
password = store_pw
|
||
distinguished_name = CN=anonymous
|
||
keyalias = key
|
||
keypassword =
|
||
|
||
[cert]
|
||
keystore = /srv/keystore.p12
|
||
jks_keystore = /srv/keystore.jks
|
||
password = store_pw
|
||
distinguished_name = CN=anonymous
|
||
keyalias = key
|
||
... | ... | |
create_keystore = True
|
||
create_certfile = True
|
||
create_truststore = True
|
||
exportkeystore_tojks = True
|
||
|
||
EOS
|
||
|
Also available in: Unified diff
Version 1.9
- use TLS for secured links
- SigMa is now fully functionnal
- completed documention
- a lot of bugs fixed!
- signature creation from the canonical form of the event
- signature creation using ECDSA algorithm
- signature is correctly verified
- manage the extension identifying the owner of the event
- if no identity is provided, the identity of the certificate is used
- access to the web interface of policy management is made by
certificate
- if no identity is provided, the identity of the certificate is used
- create and use certificates for TLS
- configure Apache Tomcat for TLS
- show SigMa library (SigMa-Commons)