File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11811,7 +11811,7 @@ paths:
1181111811 source: >
1181211812 linode-cli object-storage ssl-upload \
1181311813 us-east-1 example-bucket \
11814- --certificate "-----BEGIN CERTIFICATE-----MIIDbDCCAlQCCQCl-----END CERTIFICATE-----" \
11814+ --certificate """ -----BEGIN CERTIFICATE-----MIIDbDCCAlQCCQCl-----END CERTIFICATE-----"" " \
1181511815 --private_key "RwtqMlXveYH531g770BBNluAk9s"
1181611816 delete:
1181711817 operationId: getObjectStorageSSL
@@ -18980,10 +18980,10 @@ components:
1898018980 description: >
1898118981 Your Base64 encoded and PEM formatted SSL certificate.
1898218982 example: >
18983- "-----BEGIN CERTIFICATE-----
18983+ """ -----BEGIN CERTIFICATE-----
1898418984 MIIFTTCCAzWgAwIBAgIURwtqMlXveYH531g770BBNluAk9swDQYJKoZIhvcNAQEL
1898518985 D79A2svTqSsN+bDIVWoUd14=
18986- -----END CERTIFICATE-----"
18986+ -----END CERTIFICATE-----"""
1898718987 private_key:
1898818988 type: string
1898918989 description: >
You can’t perform that action at this time.
0 commit comments