File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
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
@@ -18978,13 +18978,12 @@ components:
1897818978 certificate:
1897918979 type: string
1898018980 description: >
18981- Your Base64 encoded and PEM formatted SSL certificate. Upload your
18982- certificate as a JSON string or as a `.crt` file.
18981+ Your Base64 encoded and PEM formatted SSL certificate.
1898318982 example: >
18984- """ -----BEGIN CERTIFICATE-----
18983+ "-----BEGIN CERTIFICATE-----
1898518984 MIIFTTCCAzWgAwIBAgIURwtqMlXveYH531g770BBNluAk9swDQYJKoZIhvcNAQEL
1898618985 D79A2svTqSsN+bDIVWoUd14=
18987- -----END CERTIFICATE-----"""
18986+ -----END CERTIFICATE-----"
1898818987 private_key:
1898918988 type: string
1899018989 description: >
You can’t perform that action at this time.
0 commit comments