|
@ -16,7 +16,7 @@ use LaravelZero\Framework\Commands\Command; |
|
|
class LetsEncryptRemoveCommand extends Command |
|
|
class LetsEncryptRemoveCommand extends Command |
|
|
{ |
|
|
{ |
|
|
// directory
|
|
|
// directory
|
|
|
const CERT_DIR = '/etc/certbot/'; |
|
|
|
|
|
|
|
|
const CERT_DIR = '/etc/letsencrypt/'; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* The signature of the command. |
|
|
* The signature of the command. |
|
|