To Set Up and Configure an Alpine Linux Repository

  1. To configure the repository automatically, run the following commands:

    sudo apk add --no-cache bash
    

    curl -1sLf \ 'https://cloudrepo.centrify.com/URLTOKEN/apk/setup.alpine.sh' \ | sudo -E bash

    Note: Enter your Delinea repository URL token in place of URLTOKEN.

  2. Or, if you want to manually configure the repository, run the following commands:

     curl -1sLf 'https://cloudrepo.centrify.com/URLTOKEN/apk/rsa.5DD8742729E6E4B2.key' > /etc/apk/keys/apk@centrify-5DD8742729E6E4B2.rsa.pub
    

    curl -1sLf 'https://cloudrepo.centrify.com/URLTOKEN/apk/config.alpine.txt?distro=alpine&codename=v3.13' >> /etc/apk/repositories

    apk update

When configuring the repository manually, you reference the Delinea public RSA key: apk@centrify-5DD8742729E6E4B2.rsa.pub.

  1. Execute the apk add command to install the Server Suite packages. For example:

    # apk add centrifydc centrifydc-nis

    To uninstall the Server Suite Agent for *NIX rpm, you can use the del command to delete the Server Suite Agent for *NIX package. For example:

    # apk del centrifydc=5.8.0-xxx