$configs = [
'certs' => [],
'email' => array('[email protected]')
];
$config['certs'][] = [
'domain' => 'example.com',
'hosts' => ['test', '*.test']
];
$domains['example.com'] = [
'provider' => 'godaddy',
'domain' => 'example.com',
'auth' => [
'apikey' => 'apikey',
'apisecret' => 'apisecret'
]
];
$domains['example.net'] = [
'provider' => 'namecheap',
'domain' => 'example.net',
'auth' => [
'apiuser' => 'apiuser',
'apikey' => 'apikey'
]
];
-
Notifications
You must be signed in to change notification settings - Fork 1
KnightAR/AtaamaLetsEncrypt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Uses LetsEncrypt for creation of SSL certs and wildcard certs using DNS
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published