mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 02:35:30 +00:00
set the correct variable names in the account.conf file
This commit is contained in:
parent
85c98a8528
commit
d396c0ab25
@ -27,8 +27,8 @@ dns_rackspace_add() {
|
||||
fi
|
||||
|
||||
#save the username and api key to the account conf file.
|
||||
_saveaccountconf_mutable CF_Key "$RACKSPACE_Username"
|
||||
_saveaccountconf_mutable CF_Email "$RACKSPACE_Apikey"
|
||||
_saveaccountconf_mutable RACKSPACE_Username "$RACKSPACE_Username"
|
||||
_saveaccountconf_mutable RACKSPACE_Apikey "$RACKSPACE_Apikey"
|
||||
|
||||
if [ -z "$RACKSPACE_Token" ]; then
|
||||
_info "Getting authorization token."
|
||||
|
Loading…
x
Reference in New Issue
Block a user