kairoaraujo / goca

Golang Certificate Authority (CA) package
MIT License
38 stars 14 forks source link

Support different ports in rest-api #22

Closed kebugcheckex closed 1 year ago

kebugcheckex commented 1 year ago

Add command line argument support in REST API module so that users can choose different port when starting the server.

This PR also contains a few minor cosmetic fixes.