© 2024 Parallels International GmbH. All rights reserved.
Retrieve the Let's Encrypt EULA URL.
Success
const response = await fetch('/api/LetsEncryptSettings/EULA', { method: 'GET', headers: {}, }); const data = await response.json();
text