Loading...
This can be used to Import and change the PFX Certificate within Web Admin settings. A local administrator on the Web Server or a RAS Root administrator can call this command.
Upload File
No Content
const response = await fetch('/api/WebService/settings/ImportCertificate', { method: 'PUT', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }