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
-[certbot](https://github.com/certbot/certbot) (Optional if using SSL)
29
30
30
31
31
32
### Installing Prequisites
@@ -152,6 +153,71 @@ The quickest way is to use the pre-built binaries.
152
153
</Tab>
153
154
</Tabs>
154
155
156
+
### Creating SSL Certificates
157
+
<Callouttype='error'>
158
+
Using SSL is not required to run Elytra, but if you checked ``Use SSL Connection`` when adding the node to your panel, you will need to do this step to enable SSL.
159
+
It is recommended that you do this step to ensure connection security between the panel and the node.
160
+
</Callout>
161
+
162
+
Before continuing to create an SSL certificate, ensure that you have created an A Record for the FDQN you wish to use for the node, pointed to the IP of the machine on which the node will be running.
0 commit comments