Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Create attestation log integration
For the non-interactive signing environment (#34) we want to add created signatures to an attestation log. A simple solution may involve using a dedicated git repository to which the signing environment is able to push (signed) commits, that contain information on created signatures. However, integration with existing solutions, such as [rekor](https://github.com/sigstore/rekor) as well as best practices around their use need to be evaluated before evaluating a custom solution. - received metadata (i.e. file name, hash) of the file being signed - the name of the user that logged in and requested the signature - the base64 encoded raw cryptographic signature
issue