# rauthy > OpenID Connect Single Sign-On Identity & Access Management * **Category**: Apps * **Status**: 0 * **Image**: [`rauthy`](https://ghcr.io/sebadob/rauthy), 4, upstream * **Healthcheck**: No * **Backups**: No * **Email**: No * **Tests**: No * **SSO**: No ## Quick start * `abra app new rauthy` ### Generate encryption keys * `echo "$(openssl rand -hex 4)/$(openssl rand -base64 32)"` * `abra app secret insert enc_keys v1 ` * `abra app config ` * **N.B** you need to match the `ENC_KEY_ACTIVE` env var with the start of the generated `ENC_KEYS` value (everything before the `/`. See [the docs](https://sebadob.github.io/rauthy/config/encryption.html) for more) ### Generate secrets * `abra app secret generate -a` ### Deploy * `abra app deploy ` * `abra app logs ` * You'll see the automatically generated admin password in the initial logs. Ensure that you reset this password after you log in. The `ADMIN_EMAIL` env var controls the value of the admin login username. For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).