{"id":17057993,"url":"https://github.com/chimeracoder/nginx-ssl-docker","last_synced_at":"2025-03-23T07:14:37.660Z","repository":{"id":30245234,"uuid":"33796446","full_name":"ChimeraCoder/nginx-ssl-docker","owner":"ChimeraCoder","description":"A simple Docker image for running nginx with SSL","archived":false,"fork":false,"pushed_at":"2015-04-13T19:48:40.000Z","size":124,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T13:52:08.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nginx","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/ChimeraCoder.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-04-11T23:36:45.000Z","updated_at":"2021-08-13T09:01:13.000Z","dependencies_parsed_at":"2022-07-31T08:07:57.005Z","dependency_job_id":null,"html_url":"https://github.com/ChimeraCoder/nginx-ssl-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fnginx-ssl-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fnginx-ssl-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fnginx-ssl-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChimeraCoder%2Fnginx-ssl-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChimeraCoder","download_url":"https://codeload.github.com/ChimeraCoder/nginx-ssl-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066710,"owners_count":20555430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-14T10:28:36.918Z","updated_at":"2025-03-23T07:14:37.639Z","avatar_url":"https://github.com/ChimeraCoder.png","language":"Nginx","readme":"nginx-ssl\n===========\n\nA simple Docker image for running nginx with SSL. Intended to be used in conjunction with other applications and/or services.\n\n\nThis repository demonstrates the process of using a Dockerfile to create a Docker container that is then run on a machine without Docker (using systemd-nspawn).\n\n\n1. Create SSL certificate:\n\n````sh\n$ openssl req -new -newkey rsa:2048 -nodes -keyout nginx.key -out nginx.csr\n$ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx.key -out nginx.crt\n$ openssl dhparam -out dhparam.pem 2048\n````\n\n\nUse your domain/subdomain as the \"Common name\" (FQDN). Do not use a challenge password. All other fields are optional.\n\n\n2. Update the `server_name` field in `nginx.conf` to use your domain/subdomain.\n\n\n3. Update the `proxy_pass` field to point to the application you wish to serve.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fnginx-ssl-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchimeracoder%2Fnginx-ssl-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchimeracoder%2Fnginx-ssl-docker/lists"}