{"id":18584963,"url":"https://github.com/bor0/dotfiles","last_synced_at":"2026-05-04T07:33:12.280Z","repository":{"id":145916241,"uuid":"83988880","full_name":"bor0/dotfiles","owner":"bor0","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2024-10-30T00:36:18.000Z","size":127,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T05:38:32.691Z","etag":null,"topics":["dotfiles","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bor0.png","metadata":{"files":{"readme":"README-SSL.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":"2017-03-05T17:31:59.000Z","updated_at":"2025-02-24T10:43:40.000Z","dependencies_parsed_at":"2024-10-30T01:47:00.227Z","dependency_job_id":null,"html_url":"https://github.com/bor0/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bor0/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bor0","download_url":"https://codeload.github.com/bor0/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor0%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32599070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["dotfiles","python"],"created_at":"2024-11-07T00:29:38.660Z","updated_at":"2026-05-04T07:33:12.257Z","avatar_url":"https://github.com/bor0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Local SSL websites on Mac OSX with Apache\nFirst we start by generating the certificate files:\n```\nopenssl req \\\n       -newkey rsa:2048 -nodes -keyout server.key \\\n       -x509 -days 365 -out server.crt\n```\nAfterwards, in `httpd.conf`, uncomment:\n```\nLoadModule ssl_module lib/httpd/modules/mod_ssl.so\n```\nNow, in addition to the existing:\n```\nListen 8080\n\n\u003cVirtualHost *:8080\u003e\nServerName localhost\n\nDocumentRoot /usr/local/var/www/htdocs/\n\u003c/VirtualHost\u003e\n```\nAdd:\n```\nListen 8080\nListen 8081\n\n\u003cVirtualHost *:8081\u003e\nServerName localhostsafe\n\nDocumentRoot /usr/local/var/www/htdocs/ssl\n\nSSLEngine on\nSSLCertificateFile /usr/local/etc/httpd_ssl/server.crt\nSSLCertificateKeyFile /usr/local/etc/httpd_ssl/server.key\n\u003c/VirtualHost\u003e\n```\nThe reason we bind to 8081 is so that it doesn't require root access.\n\nNow, whenever you want to enable HTTPS on the default port, you just do:\n`sudo socat tcp-listen:443,reuseaddr,fork tcp:localhost:8081`\n\nBoro Sitnikovski\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor0%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbor0%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor0%2Fdotfiles/lists"}