[Samba] Question about certificates on Samba AD/DC

gabben gabbenx at gmail.com
Sun Jun 14 19:45:05 UTC 2020


You have to manage the certificates via some other PKI tool(s).

Personally I use Saltstack which is the config management tool we use across our environment. It has a PKI module which works quite well for issuing certs to Linux servers and clients as well as managing the CA trust certs on the clients.

I also recommend that certs be managed active automation with short renewal periods (we use 90 days) which is much easier with configuration automation like Saltstack.

https://docs.saltstack.com/en/latest/ref/states/all/salt.states.x509.html <https://docs.saltstack.com/en/latest/ref/states/all/salt.states.x509.html>

We use an offline, self-signed root cert, which in turn has signed 3-4 intermediate CA certs. One intermediate CA cert is used by Saltstack to automatically sign cert requests from Linux hosts, and another is issued to our Windows 2012 R2 Active Directory Certificate services install, which in turn automatically signs cert requests by Windows 10, Windows Server, AND macOS hosts. (We use a GPO to push all our internal root and intermediate CA certs to Windows hosts).

With this structure, our Windows hosts trust all our internal server certs, and server to server connections are all protected by TLS as well. 
Enterprise applications can authenticate against AD using SSL (ldaps). 

In addition, since all OS variants have a valid cert that is automatically managed, we can seamlessly use EAP-TLS for wireless and wired network authentication (with FreeRADIUS which also gets it’s cert signed by Saltstack). 

I’m really curious about similar deployments built or managed by other mailing list members. What automation tools do you use for managing PKI? I know there are several commercial PKI management solutions, but we haven’t tried any of them.

In TLS we trust! hahaha :)

Gabben


> On Jun 14, 2020, at 12:24 PM, Igor Sousa via samba <samba at lists.samba.org> wrote:
> 
> Hi everyone,
> 
> I have a question about certificates generated on Samba AD/DC deployment.
> After all server configuration, I notice that there are ca.pem, cert.pem
> and key.pem on /usr/local/samba/private/tls directory. I realize the ca.pem
> and cert.pem have 2 years validity. Will Samba AD/DC generate automatically
> new certs before this time over? Or, must I have to generate them manually?
> 
> --
> Igor Sousa
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba



More information about the samba mailing list