🌟 本文档由 麒曦Chish 整理发布,与官方无关,不代表官方立场,仅供参考,请以官方发布为准。
{
"SSLProtocol": [
"string"
],
"algorithm": "string",
"certificate": "string",
"certificatePath": "string",
"hsts": true,
"hstsIncludeSubDomains": true,
"http3": true,
"httpConfig": "HTTPSOnly",
"httpsPorts": [
0
],
"ids": [
0
],
"importType": "string",
"privateKey": "string",
"privateKeyPath": "string",
"taskID": "string",
"type": "existed",
"websiteSSLId": 0
}curl --location '/websites/batch/ssl' \
--header '1Panel-Token: {{Token}}' \
--header '1Panel-Timestamp: {{UnixTimestamp}}' \
--header 'Content-Type: application/json' \
--data '{
"SSLProtocol": [
"string"
],
"algorithm": "string",
"certificate": "string",
"certificatePath": "string",
"hsts": true,
"hstsIncludeSubDomains": true,
"http3": true,
"httpConfig": "HTTPSOnly",
"httpsPorts": [
0
],
"ids": [
0
],
"importType": "string",
"privateKey": "string",
"privateKeyPath": "string",
"taskID": "string",
"type": "existed",
"websiteSSLId": 0
}'{}