- https://certbot.eff.org 에 접속
- instructions를 살펴보면(https://certbot.eff.org/instructions),
- command line 에 익숙하고
- 80 port가 open된 HTTP server가 필요하고,
- sudo 사용이 가능한 ssh 접속을 할 수 있어야 하고,
- wildcard cert를 필요로 한다면 DNS credentials도 있어야 한다.
- 설치
- macOS
- brew install letsencrypt
- webroot 방식 : web server를 직접 운영하는 경우 사용
- 설정
- macOS
- 80(HTTP)/443(HTTPS) port 는 root 에게만 권한이 있으므로,
- launchd plist 파일을 /Library/LaunchDaemons/"your.plist"에 작성하고
- chown root "your.plist"로 사용자를 root로 변경
- 실행
- sudo certbot certonly --webroot
- standalone 방식 :
- 실행
- sudo certbot certonly --standalone -d "domain"
- 실행하면 다음 위치에 인증서와 개인키가 설치된다.
- /etc/letsencrypt/live/"domain"/privkey.pem
- /etc/letsencrypt/live/"domain"/fullchain.pem
H264 파일 추출 https://sourceforge.net/projects/ucsniff/files/videosnarf/ videosnarf -i 181017_dump.pcap H264 파일 재생하기(참조: http://www.shinsnote.com/264) VLC player -> 도구 -> 환경설정 인터페이스 -> 설정보기(전체) 입력/코덱 -> 디먹서 -> demux 모듈(H264 비디오 디먹서)
댓글
댓글 쓰기