-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freeradius certs & Docker #582
Comments
I would look at a git repo called 2stacks/docker-freeradius that should get you the start you need and then just map you certs in the volume mounted. Something that I didn't know until googling is you can't just map the /etc/raddb, you have to do individual files and folders. |
Thanks, but I created my own version.
Since I like to store my certs in a directory of my own I created the 2024 directory.
After the containers are started I need to extract the ca.pem/ca.der files from the container and distribute them to my users. I would like to have my modifications separate, but I don't know how to do that yet. |
Hi,
Any suggestions how I can incorporate certs for freeradius in the docker-stack ?
Docker-noob asking, but willing to learn ;-)
Thanks.
The text was updated successfully, but these errors were encountered: