Generate ucs.crt and ucs.key

Hi, for some of my webgui managed Servers i need to import Certificates. For the Microsoft clients i found a guide and it works. For my Servers (most Linux based) i always need a *.crt and a *.key file.
So how i can create this from ucs root CA?

greets

Hi,

so you just create a new device under the Devices → Computers, and once done you will have files in /etc/univention/ssl/<new computer name>

there’s .pem and .key file in there.
To convert pem to crt do this:

openssl x509 -outform der -in your-cert.pem -out your-cert.crt

If you found a guide (btw, you could link it here, so others know what you are doing) creating simple certificate should be explained there too.

Mastodon