16 lines
333 B
Markdown
16 lines
333 B
Markdown
|
# Notes on Pelican
|
||
|
|
||
|
## Panel
|
||
|
|
||
|
* ``pelican-install`` is in env that can be used to isntall
|
||
|
* then go to ``panel-address.skynet.ie/installer`` to finish the setup
|
||
|
|
||
|
## Wing
|
||
|
|
||
|
In the config the ssl must be set as so:
|
||
|
```yaml
|
||
|
ssl:
|
||
|
enabled: true
|
||
|
cert: /var/lib/acme/skynet/fullchain.pem
|
||
|
key: /var/lib/acme/skynet/key.pem
|
||
|
```
|