I am working on a Docker image for ejbca on mysql all looks great only issue I have now is the final ant install needs user input. What is the best way around this ?
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sounds like a great project, and we'd love to have a look at it when you're done. All the input required for ant install can be preset in install.properties, making the step input-free.
Cheers,
Mike Kushner
Developer, Primekey Solutions
Hi,
I am working on a Docker image for ejbca on mysql all looks great only issue I have now is the final ant install needs user input. What is the best way around this ?
Paul
Hi Paul,
Sounds like a great project, and we'd love to have a look at it when you're done. All the input required for ant install can be preset in install.properties, making the step input-free.
Cheers,
Mike Kushner
Developer, Primekey Solutions
PrimeKey Solutions offers commercial EJBCA and SignServer support
subscriptions and training courses. Please see www.primekey.se or
contact sales@primekey.se for more information.
http://www.primekey.se/Services/Support/
http://www.primekey.se/Services/Training/
Thank you, that is what I was hoping. having some issues I will do some more testing today. The preliminary spike project is @ https://github.com/pauldavidgilligan-msm/sp7987 running in our vagrant docker framework for dev/testing @ https://github.com/pauldavidgilligan-msm/tru-strap still more todo but goin well thank you for the quick reply.
yeah that worked... good news thank you, I added in the web properties all goes through now.