How to create SSH certificate for ServiceNow GIT integration
Use the following command to generate a certificate that can be used to connect ServiceNow to GIT using SSH. key ssh-keygen -t rsa -m PEM -b 4096 -C “email@address” Replace email@address with th...