{"id":34837264,"url":"https://github.com/arenadata/sslprops-spring-boot-starter","last_synced_at":"2026-05-25T19:32:26.499Z","repository":{"id":306917752,"uuid":"1027654297","full_name":"arenadata/sslprops-spring-boot-starter","owner":"arenadata","description":"Spring Boot starter that exposes \"ssl.props.*\" configuration properties as JVM system properties.","archived":false,"fork":false,"pushed_at":"2025-10-16T15:21:53.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-27T01:41:20.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arenadata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-28T10:32:21.000Z","updated_at":"2025-10-16T15:21:57.000Z","dependencies_parsed_at":"2025-07-28T13:18:09.881Z","dependency_job_id":null,"html_url":"https://github.com/arenadata/sslprops-spring-boot-starter","commit_stats":null,"previous_names":["arenadata/sslprops-spring-boot-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arenadata/sslprops-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fsslprops-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fsslprops-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fsslprops-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fsslprops-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arenadata","download_url":"https://codeload.github.com/arenadata/sslprops-spring-boot-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fsslprops-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33490636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T14:31:05.219Z","status":"ssl_error","status_checked_at":"2026-05-25T14:31:02.878Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T16:08:39.920Z","updated_at":"2026-05-25T19:32:26.470Z","avatar_url":"https://github.com/arenadata.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSL Props Spring Boot Starter\n\nSpring Boot starter that exposes `ssl.props.*` configuration properties as JVM system properties.\n\n## Description\n\nThis Spring Boot starter automatically converts application properties prefixed with `ssl.props.` into JVM system properties. This is particularly useful when working with SSL/TLS configurations that need to be accessible as system properties for various Java libraries and frameworks.\n\n## Features\n\n- Automatic conversion of `ssl.props.*` configuration properties to JVM system properties\n- Spring Boot auto-configuration support\n- Minimal dependencies and lightweight implementation\n- Compatible with Spring Boot 3.5.x\n\n## Requirements\n\n- Java 17 or higher\n- Spring Boot 3.5.x\n\n## Installation\n\n### Maven\n\nAdd the following dependency to your `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.arenadata.tools\u003c/groupId\u003e\n    \u003cartifactId\u003esslprops-spring-boot-starter\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n\nAdd the following to your `build.gradle`:\n\n```groovy\nimplementation 'io.arenadata.tools:sslprops-spring-boot-starter:1.0.0'\n```\n\n## Examples\n1. Base\n```yaml\nssl:\n  props:\n    enabled: true\n    trust-store: ${ssl.props.trust-store:file:truststore.jks}\n    trust-store-type: ${ssl.props.trust-store-type:JKS}\n    trust-store-password: ${ssl.props.trust-store-password}\n```\n2. Bundle\n```yaml\nspring:\n  ssl:\n    bundle:\n      jks:\n        my-trust:\n          truststore:\n            location: truststore.p12\n            password: ${truststore.password}\n          keystore:\n            location: keystore.p12\n            password: ${keystore.password}\n\nssl:\n  props:\n    enabled: true\n    bundle: my-trust\n```\n\n## How to build:\n\n```bash\n# Clone the repository\ngit clone https://github.com/arenadata/sslprops-spring-boot-starter.git\ncd sslprops-spring-boot-starter\n\n# Build with Maven\n./mvnw clean install\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenadata%2Fsslprops-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farenadata%2Fsslprops-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenadata%2Fsslprops-spring-boot-starter/lists"}