How to check/fix robosignatory

sysadmin-main can access robosignatory in staging, but production is only accessible to a very limited set of people.

  1. Check the status of robosignatory:

    1. Log into autosign01.stg.iad2.fedoraproject.org

    2. Check the logs:

      journalctl -f -l -u fm-consumer@robosignatory
    3. If the service is not running properly, restart it:

      systemctl restart fm-consumer@robosignatory.service
  2. Check the status of the signing-vault

    1. Log into sign-vault01.stg.iad2.fedoraproject.org

    2. Check the status of sigul server:

      tail -f /var/log/sigul_server.log
    3. If needed, restart the sigul server:

      sigul_server -dvv
  3. Check the status of the signing-bridge

    1. Log into sign-bridge01.stg.iad2.fedoraproject.org

    2. Check the status of the sigul bridge:

      tail -f /var/log/sigul_bridge.log
    3. If needed, restart the sigul bridge:

      sigul_bridge -dvv