Last updated 9 months ago
Social media
Other Resources
© 2024 Parallels International GmbH. All rights reserved.
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", "status": 0, "detail": "text", "instance": "text" }