Commit b05a62dc authored by Ivan Tyagov's avatar Ivan Tyagov

Fixup names.

parent 437973f7
[instance-profile]
filename = instance.cfg.in
md5sum = 17549c62b5ad20cfe2520fb2ef133c22
md5sum = 58c4cb94d5b91f5a6a7b07b0ff6e0dba
......@@ -28,12 +28,12 @@
"type": "integer",
"default": 0
},
"key": {
"ssl_key": {
"description": "The SSL key for OPC UA server.",
"type": "string",
"default": ""
},
"cert": {
"ssl_cert": {
"description": "The SSL cert for OPC UA server.",
"type": "string",
"default": ""
......
......@@ -43,6 +43,8 @@ configuration.heart_beat_id_list = ""
configuration.network_address_url_data_type = opc.udp://224.0.0.22:4840/
configuration.heart_beat_timeout_interval = 100
configuration.network_interface = ""
configuration.ssl_key = ""
configuration.ssl_cert = ""
[directory]
recipe = slapos.cookbook:mkdirectory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment