-
Notifications
You must be signed in to change notification settings - Fork 3
/
xgxml.txt
31 lines (28 loc) · 853 Bytes
/
xgxml.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<Request APIVersion="1702.1">
<!-- Authenticate -->
<Login>
<Username>APIUSER</Username>
<Password passwordform="plain">APIPLAINPASS</Password>
</Login>
<!-- Upload Letsencrypt Certificate Authority -->
<Set operation="OPERATION">
<CertificateAuthority>
<Name>LECertAuth</Name>
<Format>PEM</Format>
<CACertFile>chain.pem</CACertFile>
<CAPrivateKeyFile></CAPrivateKeyFile>
<Password></Password>
</CertificateAuthority>
</Set>
<!-- Upload Cert -->
<Set operation="OPERATION">
<Certificate>
<Action>UploadCertificate</Action>
<Name>LEDOMAIN</Name>
<CertificateFormat>pem</CertificateFormat>
<CertificateFile>fullchain.pem</CertificateFile>
<PrivateKeyFile>privkey.key</PrivateKeyFile>
</Certificate>
</Set>
</Request>