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
78712245
Commit
78712245
authored
Dec 06, 2017
by
Aarup
Browse files
Add UnoEuro to README
parent
70702e41
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
78712245
...
@@ -339,6 +339,7 @@ You don't have to do anything manually!
...
@@ -339,6 +339,7 @@ You don't have to do anything manually!
1.
Dyn Managed DNS API
1.
Dyn Managed DNS API
1.
Yandex PDD API (https://pdd.yandex.ru)
1.
Yandex PDD API (https://pdd.yandex.ru)
1.
Hurricane Electric DNS service (https://dns.he.net)
1.
Hurricane Electric DNS service (https://dns.he.net)
1.
UnoEuro API (https://www.unoeuro.com/)
And:
And:
...
...
dnsapi/README.md
View file @
78712245
...
@@ -602,6 +602,22 @@ The `HE_Username` and `HE_Password` settings will be saved in `~/.acme.sh/accoun
...
@@ -602,6 +602,22 @@ The `HE_Username` and `HE_Password` settings will be saved in `~/.acme.sh/accoun
Please report any issues to https://github.com/angel333/acme.sh or to
<me@ondrejsimek.com>
.
Please report any issues to https://github.com/angel333/acme.sh or to
<me@ondrejsimek.com>
.
## 32. Use UnoEuro API to automatically issue cert
First you need to login to your UnoEuro account to get your API key.
```
export Uno_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export Uno_User="UExxxxxx"
```
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_unoeuro -d example.com -d www.example.com
```
The
`Uno_Key`
and
`Uno_User`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
# Use custom API
# Use custom API
If your API is not supported yet, you can write your own DNS API.
If your API is not supported yet, you can write your own DNS 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