Self-Signed Certificates
PostLab Local requires HTTPS
, so you must create a self-signed certificate to install on the server and all clients.
1. Install Packages
2. Generate a Private Key
3. Generate a Certificate Signing Request
4. Create a Self-Signed Certificate
5. Install a Private Key and Self-Signed Certificate
Name the resulting files after your hostname, then copy those files into /etc/gitlab/ssl/
.
For example, if your GitLab server's hostname is gitlab.edu.cu, you would name your files this way:
/etc/gitlab/ssl/gitlab.edu.cu.key
/etc/gitlab/ssl/gitlab.edu.cu.crt
Download the certificate from the PostLab Local server.
Double-click the certificate file.
Set
Trust > When using this certificate:
toAlways Trust
.
Last updated