diff --git a/authentik/crypto/tasks.py b/authentik/crypto/tasks.py index cd6a3afaf..d0e4e9bc3 100644 --- a/authentik/crypto/tasks.py +++ b/authentik/crypto/tasks.py @@ -42,7 +42,7 @@ def ensure_certificate_valid(body: str): @CELERY_APP.task(bind=True, base=MonitoredTask) @prefill_task def certificate_discovery(self: MonitoredTask): - """Discover and update certificates form the filesystem""" + """Discover, import and update certificates from the filesystem""" certs = {} private_keys = {} discovered = 0 diff --git a/website/docs/installation/beta.mdx b/website/docs/installation/beta.mdx index 732d148fc..42d35007a 100644 --- a/website/docs/installation/beta.mdx +++ b/website/docs/installation/beta.mdx @@ -22,7 +22,7 @@ AUTHENTIK_TAG=gh-next AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-next ``` -Afterwards, run the upgrade commands from the latest releasae notes. +Afterwards, run the upgrade commands from the latest release notes. Add the following block to your `values.yml` file: @@ -38,6 +38,6 @@ image: pullPolicy: Always ``` -Afterwards, run the upgrade commands from the latest releasae notes. +Afterwards, run the upgrade commands from the latest release notes.