File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 7
7
Features:
8
8
- Install Tailscale.
9
9
- 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.
11
15
12
16
<!--
13
17
# TODO: serve and funnel command line arguments have changed.
@@ -64,8 +68,10 @@ See https://tailscale.com/kb/1080/cli/#up.
64
68
tailscale_cert_private_key_dir: "/usr/local/etc/ssl/private"
65
69
tailscale_cert_private_key_filename: "{{ tailscale_cert_domain }}.key"
66
70
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
+ -->
69
75
Run ` tailscale cert ` with arguments. ` tailscale_cert_domain ` must be set.
70
76
71
77
See https://tailscale.com/kb/1153/enabling-https/ .
@@ -165,7 +171,11 @@ None.
165
171
- jason_riddle.tailscale
166
172
` ` `
167
173
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.
169
179
170
180
See https://tailscale.com/kb/1153/enabling-https/.
171
181
You can’t perform that action at this time.
0 commit comments