Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 175 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 175 Bytes

haproxy-api

sinatra https rest service for haproxy

example for crt and key gen:

openssl req -x509 -newkey rsa:4096 -keyout hapi.key -out hapi.crt -days 365 -nodes