Add note about type of keystore
This commit is contained in:
parent
a08d7a97fd
commit
5986085039
@ -39,7 +39,7 @@ server:
|
|||||||
key_password: "${SSL_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${SSL_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${SSL_KEY_STORE_TYPE:PKCS12}"
|
type: "${SSL_KEY_STORE_TYPE:PKCS12}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${SSL_KEY_STORE:classpath:keystore/keystore.p12}"
|
store_file: "${SSL_KEY_STORE:classpath:keystore/keystore.p12}"
|
||||||
@ -728,7 +728,7 @@ transport:
|
|||||||
key_password: "${COAP_DTLS_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${COAP_DTLS_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${COAP_DTLS_KEY_STORE_TYPE:JKS}"
|
type: "${COAP_DTLS_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${COAP_DTLS_KEY_STORE:coapserver.jks}"
|
store_file: "${COAP_DTLS_KEY_STORE:coapserver.jks}"
|
||||||
@ -770,7 +770,7 @@ transport:
|
|||||||
key_password: "${LWM2M_SERVER_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${LWM2M_SERVER_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${LWM2M_SERVER_KEY_STORE_TYPE:JKS}"
|
type: "${LWM2M_SERVER_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${LWM2M_SERVER_KEY_STORE:lwm2mserver.jks}"
|
store_file: "${LWM2M_SERVER_KEY_STORE:lwm2mserver.jks}"
|
||||||
@ -806,7 +806,7 @@ transport:
|
|||||||
key_password: "${LWM2M_BS_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${LWM2M_BS_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${LWM2M_BS_KEY_STORE_TYPE:JKS}"
|
type: "${LWM2M_BS_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${LWM2M_BS_KEY_STORE:lwm2mserver.jks}"
|
store_file: "${LWM2M_BS_KEY_STORE:lwm2mserver.jks}"
|
||||||
@ -829,7 +829,7 @@ transport:
|
|||||||
cert_file: "${LWM2M_TRUST_PEM_CERT:lwm2mtruststorechain.pem}"
|
cert_file: "${LWM2M_TRUST_PEM_CERT:lwm2mtruststorechain.pem}"
|
||||||
# Keystore with trust certificates
|
# Keystore with trust certificates
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${LWM2M_TRUST_KEY_STORE_TYPE:JKS}"
|
type: "${LWM2M_TRUST_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the X509 certificates
|
# Path to the key store that holds the X509 certificates
|
||||||
store_file: "${LWM2M_TRUST_KEY_STORE:lwm2mtruststorechain.jks}"
|
store_file: "${LWM2M_TRUST_KEY_STORE:lwm2mtruststorechain.jks}"
|
||||||
|
|||||||
@ -115,7 +115,7 @@ transport:
|
|||||||
key_password: "${COAP_DTLS_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${COAP_DTLS_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${COAP_DTLS_KEY_STORE_TYPE:JKS}"
|
type: "${COAP_DTLS_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${COAP_DTLS_KEY_STORE:coapserver.jks}"
|
store_file: "${COAP_DTLS_KEY_STORE:coapserver.jks}"
|
||||||
|
|||||||
@ -39,7 +39,7 @@ server:
|
|||||||
key_password: "${SSL_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${SSL_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${SSL_KEY_STORE_TYPE:PKCS12}"
|
type: "${SSL_KEY_STORE_TYPE:PKCS12}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${SSL_KEY_STORE:classpath:keystore/keystore.p12}"
|
store_file: "${SSL_KEY_STORE:classpath:keystore/keystore.p12}"
|
||||||
|
|||||||
@ -129,7 +129,7 @@ transport:
|
|||||||
key_password: "${LWM2M_SERVER_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${LWM2M_SERVER_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${LWM2M_SERVER_KEY_STORE_TYPE:JKS}"
|
type: "${LWM2M_SERVER_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${LWM2M_SERVER_KEY_STORE:lwm2mserver.jks}"
|
store_file: "${LWM2M_SERVER_KEY_STORE:lwm2mserver.jks}"
|
||||||
@ -165,7 +165,7 @@ transport:
|
|||||||
key_password: "${LWM2M_BS_PEM_KEY_PASSWORD:server_key_password}"
|
key_password: "${LWM2M_BS_PEM_KEY_PASSWORD:server_key_password}"
|
||||||
# Keystore server credentials
|
# Keystore server credentials
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${LWM2M_BS_KEY_STORE_TYPE:JKS}"
|
type: "${LWM2M_BS_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the SSL certificate
|
# Path to the key store that holds the SSL certificate
|
||||||
store_file: "${LWM2M_BS_KEY_STORE:lwm2mserver.jks}"
|
store_file: "${LWM2M_BS_KEY_STORE:lwm2mserver.jks}"
|
||||||
@ -188,7 +188,7 @@ transport:
|
|||||||
cert_file: "${LWM2M_TRUST_PEM_CERT:lwm2mtruststorechain.pem}"
|
cert_file: "${LWM2M_TRUST_PEM_CERT:lwm2mtruststorechain.pem}"
|
||||||
# Keystore with trust certificates
|
# Keystore with trust certificates
|
||||||
keystore:
|
keystore:
|
||||||
# Type of the key store
|
# Type of the key store (JKS or PKCS12)
|
||||||
type: "${LWM2M_TRUST_KEY_STORE_TYPE:JKS}"
|
type: "${LWM2M_TRUST_KEY_STORE_TYPE:JKS}"
|
||||||
# Path to the key store that holds the X509 certificates
|
# Path to the key store that holds the X509 certificates
|
||||||
store_file: "${LWM2M_TRUST_KEY_STORE:lwm2mtruststorechain.jks}"
|
store_file: "${LWM2M_TRUST_KEY_STORE:lwm2mtruststorechain.jks}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user