Skip to content

Uses LetsEncrypt for creation of SSL certs and wildcard certs using DNS

Notifications You must be signed in to change notification settings

KnightAR/AtaamaLetsEncrypt

Repository files navigation

Ataama Lets Encrypt

Config Example

$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'
    ]
];

About

Uses LetsEncrypt for creation of SSL certs and wildcard certs using DNS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages