Skip to content

Commit 355591b

Browse files
authored
HTTPS certificates are now generally available (#103)
This feature is generally available as of December 20, 2023. See: https://tailscale.com/changelog#2023-12-20-service
1 parent 45e9fc8 commit 355591b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
Features:
88
- Install Tailscale.
99
- Register Node to Tailnet.
10-
- (Beta Feature) Provision HTTPS certificates.
10+
<!--
11+
HTTPS certificates are now generally available as of December 20, 2023.
12+
See: https://tailscale.com/changelog#2023-12-20-service
13+
-->
14+
- Provision HTTPS certificates.
1115

1216
<!--
1317
# TODO: serve and funnel command line arguments have changed.
@@ -64,8 +68,10 @@ See https://tailscale.com/kb/1080/cli/#up.
6468
tailscale_cert_private_key_dir: "/usr/local/etc/ssl/private"
6569
tailscale_cert_private_key_filename: "{{ tailscale_cert_domain }}.key"
6670

67-
**This feature is in beta. It may be removed or changed in a future release.**
68-
71+
<!--
72+
HTTPS certificates are now generally available as of December 20, 2023.
73+
See: https://tailscale.com/changelog#2023-12-20-service
74+
-->
6975
Run `tailscale cert` with arguments. `tailscale_cert_domain` must be set.
7076

7177
See https://tailscale.com/kb/1153/enabling-https/.
@@ -165,7 +171,11 @@ None.
165171
- jason_riddle.tailscale
166172
```
167173
168-
### (Beta Feature) Provision HTTPS certificates.
174+
<!--
175+
HTTPS certificates are now generally available as of December 20, 2023.
176+
See: https://tailscale.com/changelog#2023-12-20-service
177+
-->
178+
### Provision HTTPS certificates.
169179
170180
See https://tailscale.com/kb/1153/enabling-https/.
171181

0 commit comments

Comments
 (0)