11.Nas_1




● /var/services/homes/??/acme.sh 옵션 메뉴얼 인증서 log check 확인 저장

♨ 카랜더 일정 : 2022년10월23일
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    ● /var/services/homes/??/acme.sh  옵션메뉴

    #인증서 log  check 확인 저장

    now=$(date +"%Y-%m-%d_%H")

    /var/services/homes/shimss/acme.sh --issue --dns --force -d 11q.kr --yes-I-know-dns-manual-mode-enough-go-ahead-please --server letsencrypt --debug --log  > acme_run_"$now".txt


    #인증서   생성

    (후에  디랙토리 학인 인증서디랙토리로 복사 해야 함)

    (txt  값이 호스팅 업체에 업데이트 해야 함)


    now=$(date +"%Y-%m-%d_%H")

    /var/services/homes/shimss/acme.sh --issue --dns --force -d 11q.kr --yes-I-know-dns-manual-mode-enough-go-ahead-please --server letsencrypt --debug --renew > acme_run_"$now".txt


    root@www11qkr:/var/services/homes/??# /var/services/homes/shimss/acme.sh

    https://github.com/acmesh-official/acme.sh

    v3.0.5

    Usage: acme.sh <command> ... [parameters ...]

    Commands:

      -h, --help               Show this help message.

      -v, --version            Show version info.

      --install                Install acme.sh to your system.

      --uninstall              Uninstall acme.sh, and uninstall the cron job.

      --upgrade                Upgrade acme.sh to the latest code from https://github.com/acmesh-official/acme.sh.

      --issue                  Issue a cert.

      --deploy                 Deploy the cert to your server.

      -i, --install-cert       Install the issued cert to apache/nginx or any other server.

      -r, --renew              Renew a cert.

      --renew-all              Renew all the certs.

      --revoke                 Revoke a cert.

      --remove                 Remove the cert from list of certs known to acme.sh.

      --list                   List all the certs.

      --info                   Show the acme.sh configs, or the configs for a domain with [-d domain] parameter.

      --to-pkcs12              Export the certificate and key to a pfx file.

      --to-pkcs8               Convert to pkcs8 format.

      --sign-csr               Issue a cert from an existing csr.

      --show-csr               Show the content of a csr.

      -ccr, --create-csr       Create CSR, professional use.

      --create-domain-key      Create an domain private key, professional use.

      --update-account         Update account info.

      --register-account       Register account key.

      --deactivate-account     Deactivate the account.

      --create-account-key     Create an account private key, professional use.

      --install-cronjob        Install the cron job to renew certs, you don't need to call this. The 'install' command can automatically install the cron job.

      --uninstall-cronjob      Uninstall the cron job. The 'uninstall' command can do this automatically.

      --cron                   Run cron job to renew all the certs.

      --set-notify             Set the cron notification hook, level or mode.

      --deactivate             Deactivate the domain authz, professional use.

      --set-default-ca         Used with '--server', Set the default CA to use.

                               See: https://github.com/acmesh-official/acme.sh/wiki/Server

      --set-default-chain      Set the default preferred chain for a CA.

                               See: https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain



    Parameters:

      -d, --domain <domain.tld>         Specifies a domain, used to issue, renew or revoke etc.

      --challenge-alias <domain.tld>    The challenge domain alias for DNS alias mode.

                                        See: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode


      --domain-alias <domain.tld>       The domain alias for DNS alias mode.

                                        See: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode


      --preferred-chain <chain>         If the CA offers multiple certificate chains, prefer the chain with an issuer matching this Subject Common Name.

                                        If no match, the default offered chain will be used. (default: empty)

                                        See: https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain


      --valid-to    <date-time>         Request the NotAfter field of the cert.

                                        See: https://github.com/acmesh-official/acme.sh/wiki/Validity

      --valid-from  <date-time>         Request the NotBefore field of the cert.

                                        See: https://github.com/acmesh-official/acme.sh/wiki/Validity


      -f, --force                       Force install, force cert renewal or override sudo restrictions.

      --staging, --test                 Use staging server, for testing.

      --debug [0|1|2|3]                 Output debug info. Defaults to 1 if argument is omitted.

      --output-insecure                 Output all the sensitive messages.

                                        By default all the credentials/sensitive messages are hidden from the output/debug/log for security.

      -w, --webroot <directory>         Specifies the web root folder for web root mode.

      --standalone                      Use standalone mode.

      --alpn                            Use standalone alpn mode.

      --stateless                       Use stateless mode.

                                        See: https://github.com/acmesh-official/acme.sh/wiki/Stateless-Mode


      --apache                          Use apache mode.

      --dns [dns_hook]                  Use dns manual mode or dns api. Defaults to manual mode when argument is omitted.

                                        See: https://github.com/acmesh-official/acme.sh/wiki/dnsapi


      --dnssleep <seconds>              The time in seconds to wait for all the txt records to propagate in dns api mode.

                                        It's not necessary to use this by default, acme.sh polls dns status by DOH automatical


    ▶ 구글번역

    root@www11qkr:/var/services/homes/??# /var/services/homes/???/acme.sh

    https://github.com/acmesh-official/acme.sh

    v3.0.5

    사용법: acme.sh <명령> ... [매개변수 ...]

    명령:

      -h, --help 이 도움말 메시지를 표시합니다.

      -v, --version 버전 정보를 표시합니다.

      --install 시스템에 acme.sh를 설치합니다.

      --uninstall acme.sh를 제거하고 cron 작업을 제거합니다.

      --upgrade acme.sh를 https://github.com/acmesh-official/acme.sh에서 최신 코드로 업그레이드합니다.

      --issue 인증서를 발행합니다.

      --deploy 인증서를 서버에 배포합니다.

      -i, --install-cert 발급된 인증서를 apache/nginx 또는 기타 서버에 설치합니다.

      -r, --renew 인증서를 갱신합니다.

      --renew-all 모든 인증서를 갱신합니다.

      --revoke 인증서를 취소합니다.

      --remove acme.sh에 알려진 인증서 목록에서 인증서를 제거합니다.

      --list 모든 인증서를 나열합니다.

      --info acme.sh 구성 또는 [-d domain] 매개변수가 있는 도메인의 구성을 표시합니다.

      --to-pkcs12 인증서와 키를 pfx 파일로 내보냅니다.

      --to-pkcs8 pkcs8 형식으로 변환합니다.

      --sign-csr 기존 csr에서 인증서를 발급합니다.

      --show-csr csr의 내용을 표시합니다.

      -ccr, --create-csr 전문가용 CSR을 생성합니다.

      --create-domain-key 전문적인 도메인 개인 키를 만듭니다.

      --update-account 계정 정보를 업데이트합니다.

      --register-account 계정 키를 등록합니다.

      --deactivate-account 계정을 비활성화합니다.

      --create-account-key 전문가용 계정 개인 키를 만듭니다.

      --install-cronjob 인증서를 갱신하기 위해 cron 작업을 설치합니다. 호출할 필요가 없습니다. 'install' 명령은 자동으로 cron 작업을 설치할 수 있습니다.

      --uninstall-cronjob 크론 작업을 제거합니다. '제거' 명령은 이를 자동으로 수행할 수 있습니다.

      --cron cron 작업을 실행하여 모든 인증서를 갱신합니다.

      --set-notify cron 알림 후크, 수준 또는 모드를 설정합니다.

      --deactivate 도메인 authz, 전문적인 사용을 비활성화합니다.

      --set-default-ca '--server'와 함께 사용, 사용할 기본 CA를 설정합니다.

                               참조: https://github.com/acmesh-official/acme.sh/wiki/Server

      --set-default-chain CA에 대한 기본 선호 체인을 설정합니다.

                               참조: https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain



    매개변수:

      -d, --domain <domain.tld> 발급, 갱신 또는 취소 등에 사용되는 도메인을 지정합니다.

      --challenge-alias <domain.tld> DNS 별칭 모드에 대한 챌린지 도메인 별칭입니다.

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode


      --domain-alias <domain.tld> DNS 별칭 모드의 도메인 별칭입니다.

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode


      --preferred-chain <chain> CA가 여러 인증서 체인을 제공하는 경우 이 주체 공통 이름과 일치하는 발급자가 있는 체인을 선호합니다.

                                        일치하는 항목이 없으면 기본 제공 체인이 사용됩니다. (기본값: 비어 있음)

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/Preferred-Chain


      --valid-to <date-time> 인증서의 NotAfter 필드를 요청합니다.

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/Validity

      --valid-from <date-time> 인증서의 NotBefore 필드를 요청합니다.

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/Validity


      -f, --force 강제 설치, 강제 인증서 갱신 또는 sudo 제한 무시.

      --staging, --test 테스트를 위해 스테이징 서버를 사용합니다.

      --debug [0|1|2|3] 디버그 정보를 출력합니다. 인수가 생략되면 기본값은 1입니다.

      --output-insecure 모든 민감한 메시지를 출력합니다.

                                        기본적으로 모든 자격 증명/민감한 메시지는 보안을 위해 출력/디버그/로그에서 숨겨집니다.

      -w, --webroot <디렉토리> 웹 루트 모드에 대한 웹 루트 폴더를 지정합니다.

      --standalone 독립 실행형 모드를 사용합니다.

      --alpn 독립형 alpn 모드를 사용합니다.

      --stateless 상태 비저장 모드를 사용합니다.

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/Stateless-Mode


      --apache 아파치 모드를 사용합니다.

      --dns [dns_hook] dns 수동 모드 또는 dns API를 사용합니다. 인수가 생략되면 기본값은 수동 모드입니다.

                                        참조: https://github.com/acmesh-official/acme.sh/wiki/dnsapi


      --dnssleep <초> 모든 txt 레코드가 dns API 모드에서 전파될 때까지 대기하는 시간(초)입니다.

                                        기본적으로 이것을 사용할 필요는 없습니다. acme.sh는 DOH 자동으로 dns 상태를 폴링합니다.

    ========




     https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠1.png

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.




    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 1,746 / 4 Page
    [ ●메인 서버전환 성공) Xpenology boot loader ARPL로 전환 하기 ] 댓글 2

    ●메인 서버전환 성공) Xpenology boot loader ARPL로 전환 하기 ARPL BOOT LOADER 적용을 위한 준비 내용 1. …

    [ ● 헤놀로지 저장소관리자 위험 미검증 ]

    ● 헤놀로지 저장소관리자 위험 미검증빌더 arpl 로더 3622시스템 :esxi 7.02원인 : sata port 미구성으로 문제 발생 ARPL…

    [ ● 헤놀로지 esxi 서버 스토리지 풀1 경고및 초기화 되지 않음 -- 발생경위 ]

    ● 헤놀로지 esxi 서버 스토리지 풀1 경고및 초기화 되지 않음기존 사용했던 빌더에서● tinycore-redpill.v0.8.0 빌드 작업)…

    [ ●초기설치방법 및 작업 실패) DS920+ / DS1621+ 용 Tinycore 리눅스 이미지 96M 다운로… ] 댓글 1

    ●초기설치방법 및 작업 실패)DS920+ / DS1621+ 용 Tinycore 리눅스 이미지 96M 다운로드 설치작업을 초기 설치 작업을 준비했…

    [ ● dsm업데이트 가능)tinycore-redpill.v0.8.0 빌드 작업)Esxi sever xpeno… ] 댓글 42

    ARPl 로더를 사용을 추천 합니다★★★ 시놀로지작업) 새로운 레드필 로더 ARPL(Automated Redpill Loader)로 빌드하기 강…

    [ ● esxi 서버에 USB 디바이스는 붙는데 VM에서 USB 디바이스 선택이 되지 않는다 ]

    ● 해결 )esxi 서버에 USB 디바이스는 붙는데 VM에서USB 디바이스 선택이 되지 않는다연결준비) 주의 기본은 GPT 파티션으로 포멧 되어…

    [ ● 시놀로지작업)acme.sh를 이용한 ECDSA Wildcard SSL 인증서 싱글도메인 발급받는 방법 ] 댓글 16

    ● 시놀로지작업)acme.sh를 이용한 ECDSA Wildcard SSL 인증서 싱글도메인 발급받는 방법<인증서는 정상적으로 생성후 htt…

    [ ● Amcrest 카메라를 시놀로지 NAS에 설정하는 방법 ]

    ●Amcrest카메라를시놀로지NAS에 설정하는 방법 정보출처:https://support.amcrest.com/hc/en-us/articles/…

    [ ● 정보)docker를 이용한 cloudflare 도메인 에서 certbot 인증서 생성 작업 포기 ]

    ● 정보)docker를 이용한cloudflare도메인 에서certbot인증서 생성 작업 포기내용정보만 참조주) 도커사용는 필요성??? ....&…

    [ 실패● 작업주의)acme.sh를 이용한 ECDSA Wildcard SSL 인증서 발급받는 방법 ] 댓글 2

    ● 작업)acme.sh를 이용한 ECDSA Wildcard SSL 인증서 발급받는 방법(실패)장비 : 시놀로지 DSM 7.1 https://a…

    [ ● 시놀로지 하이퍼 백업 에러 발생은 폴더 삭제시 발생 합니다 / SYNOLOGY HYPER BACKUP E… ]

    ● 시놀로지 하이퍼 백업 에러 발생은 폴더 삭제시 발생 합니다 / SYNOLOGY HYPER BACKUP ERROR원인 : 백업 폴더 설정에 있…

    [ ● 역방향 프록시 https://연결시 주의요함 인증서 연결 수정하기 ]

    ● 역방향 프록시 https://연결시 주의요함 인증서 연결 수정하기다음과같이 역방향 프록시https://abc.abc.kr연결시 인증서 연결이…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-04-27 19:28:26

    오늘의 홈 현황


    • 현재 접속자♨ 177 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 5 명
    • 주간 가입자※ 21 명
    • 오늘 방문자 1,339 명
    • 어제 방문자 1,688 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,291,544 명
    • 전체 게시물※ 8,535 개
    • 전체 댓글수※ 24,519 개
    • 전체 회원수 10,933 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑