Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
7a46293f
Commit
7a46293f
authored
Mar 15, 2018
by
Ivar Larsson
Browse files
loopia documentation
parent
cac3b3ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7a46293f
...
@@ -313,6 +313,7 @@ You don't have to do anything manually!
...
@@ -313,6 +313,7 @@ You don't have to do anything manually!
1.
zonomi.com DNS API
1.
zonomi.com DNS API
1.
DreamHost.com API
1.
DreamHost.com API
1.
DirectAdmin API
1.
DirectAdmin API
1.
Loopia API
And:
And:
...
...
dnsapi/README.md
View file @
7a46293f
...
@@ -784,6 +784,28 @@ acme.sh --issue --dns dns_da -d example.com -d www.example.com
...
@@ -784,6 +784,28 @@ acme.sh --issue --dns dns_da -d example.com -d www.example.com
The
`DA_Api`
and
`DA_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
The
`DA_Api`
and
`DA_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 42. Use Loopia API
User must provide login credentials to the Loopia API.
The user needs the following permissions:
-
addSubdomain
-
updateZoneRecord
-
getDomains
-
removeSubdomain
Set the login credentials:
```
export LOOPIA_User="user@loopiaapi"
export LOOPIA_Password="password"
```
And to issue a cert:
```
acme.sh --issue --dns dns_loopia -d example.com -d *.example.com
```
The username and password will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
# Use custom API
# Use custom API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment