update README

This commit is contained in:
Aarup 2017-12-08 14:09:04 +01:00
parent f9b8d7a9d8
commit fb6e0658cf

View File

@ -607,8 +607,8 @@ Please report any issues to https://github.com/angel333/acme.sh or to <me@ondrej
First you need to login to your UnoEuro account to get your API key. First you need to login to your UnoEuro account to get your API key.
``` ```
export Uno_Key="sdfsdfsdfljlbjkljlkjsdfoiwje" export UNO_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export Uno_User="UExxxxxx" export UNO_User="UExxxxxx"
``` ```
Ok, let's issue a cert now: Ok, let's issue a cert now:
@ -616,7 +616,7 @@ Ok, let's issue a cert now:
acme.sh --issue --dns dns_unoeuro -d example.com -d www.example.com 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. 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