ciinabox-ecs 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97e6e52b7ab9e04b778eacf504833653f164384ee2fc0e4be6404f9f5088a3fa
|
|
4
|
+
data.tar.gz: b9b53e675fb107d2966b03059410589c30f506c49b67fd0fa7c0d4f426c39d82
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cb3e6f8be9729adfb82069a484faa560947fb38f1b28a680d9ee10b098bfec1015d9e7fb576e107b9ead8406183b1ddccabcb41ea29269c12d08321a12f57be
|
|
7
|
+
data.tar.gz: c1777aa1ccdfe53f48e1e9178993604b637623f409392e22a32fe905cf561c71f2930e736995942f33bec8ab3f9019eb9ae9bad774ebefaaed9608396b70379b
|
data/Rakefile
CHANGED
|
@@ -256,7 +256,8 @@ namespace :ciinabox do
|
|
|
256
256
|
'--server-certificate-name ciinabox',
|
|
257
257
|
"--certificate-body file://#{cert_dir}/ssl/ciinabox.crt",
|
|
258
258
|
"--private-key file://#{cert_dir}/ssl/ciinabox.key",
|
|
259
|
-
"--certificate-chain file://#{cert_dir}/ssl/ciinabox.crt"
|
|
259
|
+
"--certificate-chain file://#{cert_dir}/ssl/ciinabox.crt",
|
|
260
|
+
'--output json'
|
|
260
261
|
])
|
|
261
262
|
if status != 0
|
|
262
263
|
puts "fail to create or update IAM server-certificates. See error logs for details"
|