Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/mdl.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
},
{
"pattern": "^https://www.w3.org"
},
{
"pattern": "^https://wiki.alpinelinux.org"
}
],
"replacementPatterns": [
Expand Down
2 changes: 1 addition & 1 deletion step-ca/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Big shout out to the maintainers of these packages! We appreciate you.

Community-maintained Alpine Linux Packages for `step` and `step-ca` are available.

To install `step` with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management), run:
To install `step` with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper), run:

```
apk add step-cli step-certificates
Expand Down
2 changes: 1 addition & 1 deletion step-cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Big shout out to the maintainers of these packages! We appreciate you.

A community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux is available.

Use [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management) to install `step`:
Use [apk](https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper) to install `step`:

```
apk add step-cli
Expand Down
4 changes: 1 addition & 3 deletions tutorials/acme-protocol-acme-clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ You can automate renewal with a simple `cron` entry:
```

The `certbot` packages for some Linux distributions will create a `cron` entry
or [systemd
timer](https://stevenwestmoreland.com/2017/11/renewing-certbot-certificates-using-a-systemd-timer.html)
like this for you. This entry won't work with `step-ca` because it [doesn't set
or systemd timer for you. This entry won't work with `step-ca` because it [doesn't set
the `REQUESTS_CA_BUNDLE` environment
variable](https://github.com/certbot/certbot/issues/7170). You'll need to
manually tweak it to do so.
Expand Down
Loading