Full chain certificates can be created relatively easy. Just use the cat-command or copy/paste the content of the files in that specific order into a new file:
$ cat server.crt server.key intermediate.crt ca.crt > fullchain.pem
As already said, mind the order:
- Server certificate
- Server Private Key (optional if loaded separately)
- Intermediate certificate(s)
- CA Root certificate