{"id":19806077,"url":"https://github.com/raitraidma/eid","last_synced_at":"2026-05-06T16:35:54.843Z","repository":{"id":95020397,"uuid":"120150614","full_name":"raitraidma/eid","owner":"raitraidma","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-04T03:23:09.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-24T03:07:52.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raitraidma.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-02-04T03:11:29.000Z","updated_at":"2018-02-04T03:21:50.000Z","dependencies_parsed_at":"2023-06-11T16:45:22.257Z","dependency_job_id":null,"html_url":"https://github.com/raitraidma/eid","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"69f9b9a3b37c85697aeeefb52d216756cf4eecaa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raitraidma/eid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Feid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Feid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Feid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Feid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raitraidma","download_url":"https://codeload.github.com/raitraidma/eid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Feid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32702255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2024-11-12T09:06:22.282Z","updated_at":"2026-05-06T16:35:54.818Z","avatar_url":"https://github.com/raitraidma.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eID example\n\n## Prerequisites\n- VirtualBox 5.2.6\n- Vagrant 2.0.2\n\n## Setup\nRun following script to setup ID-card authentication example\n\n```sh\nsudo apt-get update\nsudo apt-get install -y apache2\nsudo apt-get install -y php\nsudo apt-get install -y libapache2-mod-php\n\nsudo rm -rf /var/www/html\nsudo mkdir -p /vagrant/www\nsudo ln -fs /vagrant/www /var/www/html\n\nsudo mkdir -p /etc/apache2/eid\ncd /etc/apache2/eid\n\n# Create and sign own cert\nsudo openssl genrsa -out server.key 1024\nsudo openssl req -new -key server.key -out server.csr -subj \"/C=/ST=/L=ET/O=/OU=/CN=/emailAddress=/\"\nsudo openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt\n\n# Get central certificates from https://sk.ee/repositoorium/sk-sertifikaadid\n# No need for KLASS certificates\nsudo wget https://sk.ee/upload/files/EE_Certification_Centre_Root_CA.pem.crt\nsudo wget https://sk.ee/upload/files/ESTEID-SK_2011.pem.crt\nsudo wget https://sk.ee/upload/files/ESTEID-SK_2015.pem.crt\nsudo wget https://sk.ee/upload/files/EID-SK_2011.pem.crt\nsudo wget https://sk.ee/upload/files/EID-SK_2016.pem.crt\n\ncat EE_Certification_Centre_Root_CA.pem.crt ESTEID-SK_2011.pem.crt ESTEID-SK_2015.pem.crt EID-SK_2011.pem.crt EID-SK_2016.pem.crt | sudo tee id.crt\n\n# Configure apache\nsudo a2enmod ssl\nsudo cp /vagrant/eid-apache.conf /etc/apache2/sites-available\nsudo a2ensite eid-apache\nsudo service apache2 restart\n```\n\nAfter setup you can open browser and go to [https://localhost](https://localhost). There is a login link that redirects you to /idlogin page, where PIN1 is asked. When authentication is successful, then session is created and you are redirected back to main page.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraitraidma%2Feid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraitraidma%2Feid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraitraidma%2Feid/lists"}