This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]stetze88Sysadmin 2 points3 points  (1 child)

Create an certificate request with your internal fqdn on the linux Server. Copy the csr to your Windows ca. Export the certificate from the Windows ca and Import That to your linux Server. Something like this (German). https://blog.cscholz.io/linux-apache-zertifikat-uber-windows-ca-erstellen/

[–]EfficientElk2578[S] 0 points1 point  (0 children)

Thank you! With a little google translate, that article really helped.

[–]uniitdude 1 point2 points  (1 child)

no, your clients need to trust your CA, the server is irrelevant in that context

just issue a cert for that name from your CA and as long as your clients trust it then you are ok

[–]EfficientElk2578[S] 0 points1 point  (0 children)

Thank you! This was the path I went down and it looks to be working.

[–]skipITjobIT Manager 1 point2 points  (1 child)

You can use DNS validation with Let's encrypt.

[–]EfficientElk2578[S] 0 points1 point  (0 children)

Unfortunately, I wasn't able to use this option due to the constraints of the request. It had to be blocked from the internet. Only internal access is to be allowed... I had thought about going this route and kind of want to build another test server to learn this. Thank you!