|
|
|
@ -39,7 +39,7 @@ server: |
|
|
|
key_password: "${SSL_PEM_KEY_PASSWORD:server_key_password}" |
|
|
|
# Keystore server credentials |
|
|
|
keystore: |
|
|
|
# Type of the key store |
|
|
|
# Type of the key store (JKS or PKCS12) |
|
|
|
type: "${SSL_KEY_STORE_TYPE:PKCS12}" |
|
|
|
# Path to the key store that holds the SSL certificate |
|
|
|
store_file: "${SSL_KEY_STORE:classpath:keystore/keystore.p12}" |
|
|
|
@ -728,7 +728,7 @@ transport: |
|
|
|
key_password: "${COAP_DTLS_PEM_KEY_PASSWORD:server_key_password}" |
|
|
|
# Keystore server credentials |
|
|
|
keystore: |
|
|
|
# Type of the key store |
|
|
|
# Type of the key store (JKS or PKCS12) |
|
|
|
type: "${COAP_DTLS_KEY_STORE_TYPE:JKS}" |
|
|
|
# Path to the key store that holds the SSL certificate |
|
|
|
store_file: "${COAP_DTLS_KEY_STORE:coapserver.jks}" |
|
|
|
@ -770,7 +770,7 @@ transport: |
|
|
|
key_password: "${LWM2M_SERVER_PEM_KEY_PASSWORD:server_key_password}" |
|
|
|
# Keystore server credentials |
|
|
|
keystore: |
|
|
|
# Type of the key store |
|
|
|
# Type of the key store (JKS or PKCS12) |
|
|
|
type: "${LWM2M_SERVER_KEY_STORE_TYPE:JKS}" |
|
|
|
# Path to the key store that holds the SSL certificate |
|
|
|
store_file: "${LWM2M_SERVER_KEY_STORE:lwm2mserver.jks}" |
|
|
|
@ -806,7 +806,7 @@ transport: |
|
|
|
key_password: "${LWM2M_BS_PEM_KEY_PASSWORD:server_key_password}" |
|
|
|
# Keystore server credentials |
|
|
|
keystore: |
|
|
|
# Type of the key store |
|
|
|
# Type of the key store (JKS or PKCS12) |
|
|
|
type: "${LWM2M_BS_KEY_STORE_TYPE:JKS}" |
|
|
|
# Path to the key store that holds the SSL certificate |
|
|
|
store_file: "${LWM2M_BS_KEY_STORE:lwm2mserver.jks}" |
|
|
|
@ -829,7 +829,7 @@ transport: |
|
|
|
cert_file: "${LWM2M_TRUST_PEM_CERT:lwm2mtruststorechain.pem}" |
|
|
|
# Keystore with trust certificates |
|
|
|
keystore: |
|
|
|
# Type of the key store |
|
|
|
# Type of the key store (JKS or PKCS12) |
|
|
|
type: "${LWM2M_TRUST_KEY_STORE_TYPE:JKS}" |
|
|
|
# Path to the key store that holds the X509 certificates |
|
|
|
store_file: "${LWM2M_TRUST_KEY_STORE:lwm2mtruststorechain.jks}" |
|
|
|
|