We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.jar
The certificates in .jar files can be replaced without clean-building the core with:
mkdir -p ./BOOT-INF/classes/certificates/ cp ./certificates/* ./BOOT-INF/classes/certificates/ find ./core-java-spring/ -maxdepth 4 -name *\.jar | xargs -n 1 -I'{}' zip -0 '{}' ./BOOT-INF/classes/certificates/* rm -rf ./BOOT-INF
The text was updated successfully, but these errors were encountered:
Of course, the certificates are generated using:
PASSWORD=1111 DOMAIN="aitia" CLOUD="testcloud2" FOLDER="../certificates/" SAN="ip:127.0.0.1,dns:localhost" bash ./ah-certgen/generate.sh service_registry authorization gateway event_handler datamanager gatekeeper orchestrator choreographer certificate_authority onboarding_controller device_registry system_registry translator
Sorry, something went wrong.
No branches or pull requests
The certificates in
.jar
files can be replaced without clean-building the core with:The text was updated successfully, but these errors were encountered: