Skip to content

Commit

Permalink
testmode off
Browse files Browse the repository at this point in the history
  • Loading branch information
cambell-prince committed Sep 7, 2017
1 parent 9becc5d commit 003c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/LetsEncrypt.pm
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ sub _init

# testmode enables the mocked certbot-auto that creates self-signed certificates
# enabled = 1, disabled = 0
$self->{'testmode'} = 1;
$self->{'testmode'} = 0;

$self->{'db'} = iMSCP::Database->factory();
$self->{'httpd'} = Servers::httpd->factory();
Expand Down

0 comments on commit 003c0ae

Please sign in to comment.