action adobe_ssl_setup { label: "sslSetup" provider: adobe method: POST path: "/libs/granite/security/post/sslSetup.html" encoding: json input: { type: "object" properties: { httpsHostname: { type: "string" } httpsPort: { type: "string" } keystorePassword: { type: "string" } keystorePasswordConfirm: { type: "string" } truststorePassword: { type: "string" } truststorePasswordConfirm: { type: "string" } } required: ["httpsHostname", "httpsPort", "keystorePassword", "keystorePasswordConfirm", "truststorePassword", "truststorePasswordConfirm"] additionalProperties: false } output: { type: "object" additionalProperties: true } }