I mean... I hate to be the "Let Me Google It For You" guy, but "generate 
self-signed SSL certificate" brings up a million results on this.

Short answer:

sudo openssl x509 -req -days 365 -in /path/to/your.csr -signkey 
/path/to/your.key -out /path/to/your.crt






On Wed, 30 Aug 2017, admin at lctn.org wrote:

> Got caught in a time crunch and need to create a cert from a generated csr.
> Not finding the doc on this. Anyone know how I can quickly do this with
> openssl?
> 
> Raymond Norton
> LCTN
> 
> 
>