Skip to content
Snippets Groups Projects
Commit 0a86932f authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

fix domain key

parent 1d7021be
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ function provision_dkim () {
function configure_dns () {
domain_key=`cat /data/domains/mail.indie.host/opendkim/keys/${arg_u}/mail.txt | cut -d\" -f2 | sed 'N;s/\n//g' | sed 's/ //g'%2B`
domain_key=`cat /data/domains/mail.indie.host/opendkim/keys/chailloux.info/mail.txt | cut -d\" -f2 | sed 's/\n//g' | sed 's/ //g' | sed 's/+/%2B/g' | sed 's/\//%2F/g'`
info "Configuring DNS."
arguments="&Command=namecheap.domains.dns.setHosts\
&DomainName=${arg_u}\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment