Pascal Jordin

Results 10 comments of Pascal Jordin

> Other CMS wouldn't support what VersionPress does either? Like JavaScript based ones, or similar ones? > Has the VersionPress dev team switched to another CMS/stack that offers these features...

There is an option: `--laravel` This will do the trick, when generating route :)

Hi @seagyn, this feature comes with verison 1.3.4: https://github.com/webNeat/lumen-generators/releases/latest

really? I mean, it will just use an other template to generate routes (see above). You could check your files if everything is present fot it: https://github.com/webNeat/lumen-generators/commit/a2cf22d4261b4641e3ed55eab5d2e8cc1663a963

Would be nice, if this gets into a release some day ;)

Hi Letme, thanks for your response. This issue helped me to set the right permission on `/etc/letsencrypt/archive/` before, but now i´m getting this `[SSL] PEM lib (_ssl.c:2603)` error. Checked all...

Okay got it! With SSL by Let´sEncrypt you have to use the `privkey.pem` and public key `cert.pem` seperated. Don´t use the `fullchain.pem`, because it includes the additional intermediate certificate. **Config:**...

Okay i am back ^^. I have to use the `fullchain.pem` because Github needs the intermediate certificate: > We couldn’t deliver this payload: Peer certificate cannot be authenticated with given...

Here is my config: ``` { // HTTP server options "http-enabled": true, "http-host": "0.0.0.0", "http-port": 8001, // HTTPS server options "https-enabled": true, "https-host": "0.0.0.0", "https-port": 8002, // Web socket server...