Changes

Jump to navigation Jump to search
no edit summary
Line 11: Line 11:  
openssl x509 -req -in bob.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out bob.crt -days 500
 
openssl x509 -req -in bob.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out bob.crt -days 500
 
openssl x509 -req -in dc01.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out dc01.crt -days 500
 
openssl x509 -req -in dc01.csr -CA rootCA.pem -CAkey rootCA.key -CAcreateserial -out dc01.crt -days 500
 +
</pre>
 +
 +
 +
== Installing keys ==
 +
 +
Copy them into place (bob):
 +
 +
* /var/lib/samba/private/tls/bob.key
 +
* /var/lib/samba/private/tls/bob.crt
 +
* /var/lib/samba/private/tls/rootCA.pem
 +
 +
Tell samba to use them:
 +
 +
<pre>
 +
[global]
 +
tls enabled  = yes
 +
tls keyfile  = tls/bob.key
 +
tls certfile = tls/bob.crt
 +
tls cafile  = tls/rootCA.pem
 
</pre>
 
</pre>
483

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu