Skip to content

Commit 478f3a1

Browse files
committed
Remove beta status of standalone cert feature
1 parent 728a893 commit 478f3a1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
[Persistent data](./Persistent-data.md)
2020

21-
[Standalone certificates](./Standalone-certificates-(beta).md) **(Beta)**
21+
[Standalone certificates](./Standalone-certificates.md)
2222

2323
#### Troubleshooting:
2424

docs/Standalone-certificates-(beta).md renamed to docs/Standalone-certificates.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
## Standalone certificates
22

3-
**This feature is only present on the `dev` branch / image.**
4-
5-
**It's still considered experimental and subject to change.**
6-
73
You can generate certificate that are not tied to containers environment variable by mounting a user configuration file inside the container at `/app/letsencrypt_user_data`. This feature also require sharing the `/etc/nginx/conf.d` folder between the **nginx-proxy** and **letsencrypt-nginx-proxy-companion** container (and the **docker-gen** container if you are running a [three container setup](./Advanced-usage.md)):
84

95
```bash

0 commit comments

Comments
 (0)