-
Gitlab CI key pairs
When setting up Gitlab CI pipelines, the private key should be in a file and not a variable.Here is the link to the documentation: https://docs.gitlab.com/ci/jobs/ssh_keys/ To handle the libcrypto error, check out the documentation at https://docs.gitlab.com/ci/jobs/ssh_keys/#error-loading-key-buildspathssh_private_key-error-in-libcrypto-message — read more