{"id":15992654,"url":"https://github.com/pmlopes/zero-trust","last_synced_at":"2026-05-17T05:34:20.172Z","repository":{"id":142726157,"uuid":"561379132","full_name":"pmlopes/zero-trust","owner":"pmlopes","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-16T14:01:14.000Z","size":2356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T17:36:56.017Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmlopes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-11-03T15:05:14.000Z","updated_at":"2022-11-14T19:07:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"efecdcd3-335e-4d61-a693-165a8c699d51","html_url":"https://github.com/pmlopes/zero-trust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pmlopes/zero-trust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fzero-trust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fzero-trust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fzero-trust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fzero-trust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmlopes","download_url":"https://codeload.github.com/pmlopes/zero-trust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmlopes%2Fzero-trust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33128632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-08T06:40:28.012Z","updated_at":"2026-05-17T05:34:20.134Z","avatar_url":"https://github.com/pmlopes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vert.x Zero Trust Demo\n\nThis is a small PoC for a vert.x Zero Trust Architecture Application.\n\n# Development\n\nTo test on a local machine there we will need SSL (remember, don't trust, always check).\n\nTo create a self-signed key for your IP address do the following:\n\n```sh\n# replace the CN with your own IP address with suffix .nip.io\nkeytool \\\n  -genkeypair \\\n  -alias rsakey \\\n  -keyalg rsa \\\n  -keystore https.jks \\\n  -storetype JKS -dname \"CN=127.0.0.1.nip.io,O=Vert.x HTTPS\"\n\nkeytool \\\n  -genkeypair \\\n  -alias rsakey \\\n  -keyalg rsa \\\n  -keystore eventbus.jks \\\n  -storetype JKS -dname \"CN=127.0.0.1.nip.io,O=Vert.x EventBus\"\n\n# convert to PKCS#12 format for compatibility reasons (you'll be prompted\n# twice for the secret)\nkeytool \\\n  -importkeystore \\\n  -srckeystore https.jks \\\n  -destkeystore https.jks \\\n  -deststoretype pkcs12\n\nkeytool \\\n  -importkeystore \\\n  -srckeystore eventbus.jks \\\n  -destkeystore eventbus.jks \\\n  -deststoretype pkcs12\n\n# your new ssl certificate is on the file `mytestkeys.jks`\n```\n\nUpdate the `MainVerticle` to use this new certificate store.\n\nRemember this is a self-signed certificate. It will cause warnings all over, if you want to test it fully you need a\nverified certificate perhaps using: https://letsencrypt.org .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmlopes%2Fzero-trust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmlopes%2Fzero-trust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmlopes%2Fzero-trust/lists"}