DevOps

FortiGate Terraform with GitLab CI/CD Pipeline

In a previous post, I have created a sample of FortiGate config with Terraform. This was all performed locally from a Windows machine. While this is good in a lab environment, the major problem with it is that the management doesn’t scale. If there is more than a single network engineer, they need to share

FortiGate Terraform with GitLab CI/CD Pipeline Read More »

GitLab Create SSH Key

To Create an SSH key navigate to: User Settings >> SSH Keys Generate a Key I am doing this on a Mac, open a terminal and enter:ssh-keygen -t ed25519 -C “your_email@example.com” Next it will ask for a location and file name, I have named this /.ssh/id_ed25519_GitLab and it is saved in the default location /Users/USERNAME/.ssh/id_ed25519_GitLab

GitLab Create SSH Key Read More »