We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using custom SSL can only be done in the .alivrc file. All you have to do is:
.alivrc
{ "ssl": { "ca": "/path/to/your/csr", "cert": "/path/to/your/crt", "key": "/path/to/your/key" } }
There was an error while loading. Please reload this page.