plabayo / rama

modular service framework to move and transform network packets
https://ramaproxy.org
Apache License 2.0
187 stars 21 forks source link

support certgen in rama-cli #335

Open GlenDC opened 1 month ago

GlenDC commented 1 month ago

to be used as rama certgen ... e.g. rama certgen --out /tmp/localhost.crt --key-out /tmp/localhost.key

To make this work a public API will also need to be made available in rama-tls, to expose generating certs in a friendly manner, as that's currently only accessible by those services.