You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,7 @@ handle renewals and keeping your certificate up to date.
9
9
10
10
## Requirements
11
11
12
-
- Whilst it is in beta, you must use the labs feature to enable Heroku's free
13
-
SSL offering:
14
-
15
-
```
16
-
heroku labs:enable http-sni
17
-
```
18
-
19
-
- You must be using hobby or professional dynos to use free SNI-based SSL.
12
+
- You must be using hobby or professional dynos to use free SNI-based SSL. Find out more on [Heroku's documentation page about SSL](https://devcenter.heroku.com/articles/ssl).
20
13
21
14
- You should have already configured your app DNS as per [Heroku's
0 commit comments