The following information is required during registration.

    • E-mail: payment process (must match billing e-mail)
    • Username: configuration repository
    • SSH pubkey: configuration repository

    Further information will be required for payment through Stripe and runner configuration. For a complete list of information that will be utilized see our Privacy Policy.


    SSH 

    The git configuration repository will be access via the SSH protocol using a key pair instead of a password.

    Create 

    If you do not already have an SSH key pair, or would like to make a new one see Gitlab's SSH documentation.

    Summarized, run the following:

    ssh-keygen -t ed25519 -C "Cedar CI"
    

    Extract 

    The public key in the above example can be found at ~/.ssh/id_ed25519.pub. The contents will be requested during registration.