File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11803,15 +11803,15 @@ paths:
1180311803 curl -H "Content-Type: application/json" \
1180411804 -H "Authorization: Bearer $TOKEN" \
1180511805 -X POST -d ‘{
11806- "certificate": "-----BEGIN CERTIFICATE-----MIIDbDCCAlQCCQCl-----END CERTIFICATE-----",
11806+ "certificate": """ -----BEGIN CERTIFICATE-----MIIDbDCCAlQCCQCl-----END CERTIFICATE-----"" ",
1180711807 "private_key": "RwtqMlXveYH531g770BBNluAk9s"
1180811808 }’ \
1180911809 https://api.linode.com/v4/object-storage/buckets/us-east-1/example-bucket/ssl
1181011810 - lang: CLI
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,12 +18978,13 @@ components:
1897818978 certificate:
1897918979 type: string
1898018980 description: >
18981- Your Base64 encoded and PEM formatted SSL certificate.
18981+ Your Base64 encoded and PEM formatted SSL certificate. Upload your
18982+ certificate as a JSON string or as a `.crt` file.
1898218983 example: >
18983- "-----BEGIN CERTIFICATE-----
18984+ """ -----BEGIN CERTIFICATE-----
1898418985 MIIFTTCCAzWgAwIBAgIURwtqMlXveYH531g770BBNluAk9swDQYJKoZIhvcNAQEL
1898518986 D79A2svTqSsN+bDIVWoUd14=
18986- -----END CERTIFICATE-----"
18987+ -----END CERTIFICATE-----"""
1898718988 private_key:
1898818989 type: string
1898918990 description: >
You can’t perform that action at this time.
0 commit comments