There was an error while loading. Please reload this page.
The PKI repository on Azure DevOps is located at https://dev.azure.com/dogtagpki/pki.
Add your RSA SSH public key to dogtagpki organization (not your personal account).
Configure SSH to use RSA key in ~/.ssh/config (make sure the permission is 600):
~/.ssh/config
600
Host ssh.dev.azure.com PubkeyAcceptedKeyTypes=ssh-rsa
Add a remote in the local PKI repository:
$ git remote add azure git@ssh.dev.azure.com:v3/dogtagpki/pki/pki
Fetch the repository:
$ git fetch azure
If there is a problem, try:
$ GIT_SSH_COMMAND="ssh -v" git fetch azure
Azure DevOps: Build GitHub repositories
Developer Community: Support non-RSA keys for SSH authentication
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide