Cloud-RF / tak-server

TAK Server docker setup
GNU General Public License v3.0
153 stars 52 forks source link

Feature Request: Make certificate country configurable in setup script #53

Open dnlbaldwin opened 2 weeks ago

dnlbaldwin commented 2 weeks ago

Currently the cert-metadata.sh file is hardcoded to US. Would it be possible to update the setup script to prompt the user for a country and then subsequently update the cert-metadata file and environment variables?

I believe I've been able to achieve this result using a find and replace command with sed and an additional prompt to the user for input. I can create a PR if you want.

AlexWinder commented 7 hours ago

Please provide a PR with your proposed changes and we can review.