andrewheberle
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/vmwareuag.sh
|
@ -99,7 +99,7 @@ vmwareuag_deploy() { |
|
|
# Create JSON request |
|
|
# Create JSON request |
|
|
_jsonreq=$(_mktemp) |
|
|
_jsonreq=$(_mktemp) |
|
|
_debug _jsonreq "${_jsonreq}" |
|
|
_debug _jsonreq "${_jsonreq}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
printf '{ "privateKeyPem": "%s", "certChainPem": "%s" }' "${_privatekeypem}" "${_certchainpem}" >"${_jsonreq}" |
|
|
printf '{ "privateKeyPem": "%s", "certChainPem": "%s" }' "${_privatekeypem}" "${_certchainpem}" >"${_jsonreq}" |
|
|
_debug JSON "$(cat "${_jsonreq}")" |
|
|
_debug JSON "$(cat "${_jsonreq}")" |
|
|
|
|
|
|
|
|