Skip to content

Custom SSL

Eric M. Dantas edited this page May 16, 2018 · 1 revision

Using custom SSL can only be done in the .alivrc file. All you have to do is:

{
   "ssl": {
      "ca": "/path/to/your/csr",
      "cert": "/path/to/your/crt",
      "key": "/path/to/your/key"
   }
}
Clone this wiki locally