dokku-letsencrypt
Automatic Let's Encrypt TLS Certificate installation for dokku
파일 탐색기
최종 버전 다운로드 (.zip)- bump-version.yaml
- ci.yml
- tagged-release.yaml
- dependabot.yaml
- active
- auto-renew
- cleanup
- cron-job
- default
- disable
- enable
- list
- report
- revoke
- set
- default-nginx.conf.sigil
- letsencrypt.conf.sigil
- Dockerfile
- challtestsrv-dns.sh
- Dockerfile
- pebble.minica.key.pem
- pebble.minica.pem
- Dockerfile
- init-cert.sh
- pebble-config.json
- docker-compose.yml
- letsencrypt_active.bats
- letsencrypt_auto_renew.bats
- letsencrypt_cleanup.bats
- letsencrypt_cron_job.bats
- letsencrypt_disable.bats
- letsencrypt_enable_dns01.bats
- letsencrypt_enable_http01.bats
- letsencrypt_enable_lego_args.bats
- letsencrypt_enable_lego_docker_options.bats
- letsencrypt_enable_multi_domain.bats
- letsencrypt_enable_wildcard.bats
- letsencrypt_hooks.bats
- letsencrypt_install_perms.bats
- letsencrypt_list.bats
- letsencrypt_rate_limit.bats
- letsencrypt_report.bats
- letsencrypt_revoke.bats
- letsencrypt_set.bats
- letsencrypt_shared_account.bats
- README.md
- setup-native.sh
- setup.sh
- test_helper.bash
- .editorconfig
- .gitignore
- .shellcheckrc
- command-functions
- commands
- config
- cron-entries
- cron-job
- Dockerfile
- help-functions
- install
- internal-functions
- LICENSE
- Makefile
- plugin.toml
- post-app-clone-setup
- post-app-rename-setup
- post-delete
- post-domains-update
- README.md
- report
- uninstall
- update
🚀 설치 가이드
1. 코드 내려받기
git clone https://github.com/dokku/dokku-letsencrypt
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dokku-letsencrypt
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
dokku letsencrypt:set --global lego-docker-options "-v /etc/dokku-letsencrypt/cloudflare-token:/secrets/cf-token:ro"
이 명령어를 터미널에 그대로 입력해 실행하세요.
dokku letsencrypt:set --global lego-docker-options "-v /var/lib/dokku/data/letsencrypt/--global/exec-dns.sh:/scripts/dns.sh:ro"
이 명령어를 터미널에 그대로 입력해 실행하세요.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
