Skip to content

SSL 인증서 관리를위한 통합 관리 페이지

Notifications You must be signed in to change notification settings

TwoIceFIsh/sslm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSLM

SSL 인증서 관리자 페이지

  • 도메인을 등록 관리하며 담당자에게 정해진 양식으로 이메일 및 메시지를 전송할 수 있습니다.

기본계정

설명

로그인 화면

img1.png

메인화면

img2.png

설치

상세 내용 펼쳐보기
  1. Clone the repository:

    git clone https://github.com/TwoIceFIsh/sslm.git
    cd sslm
  2. 의존성 설치

    npm install
  3. 환경 변수 설정

    cp .env.example .env
  4. 환경설정

    # .env.sample
    
    # npm run dev
    NEXT_PUBLIC_DEV_URL="http://localhost:3000"
    
    # npm run start
    NEXT_PUBLIC_PROD_URL="https://{EXTERNAL_URL}}"
    
    # logo path(basis path public folder)
    NEXT_PUBLIC_LOGO_FILE="/logo.jpg"
    
    # main comment
    NEXT_PUBLIC_COMMENT1="🔐인증서 관리 시스템(SSLM)에 오신것을 환영합니다."
    NEXT_PUBLIC_COMMENT2=""
    NEXT_PUBLIC_COMMENT3=""
    NEXT_PUBLIC_APP_NAME="SSLM"
    
    NEXT_PUBLIC_APP_URL="http://localhost:3000"
    NEXT_PUBLIC_VERSION="v2.0.0"
    
    # Next Auth
    AUTH_SECRET="secret"
    NEXT_PUBLIC_NEXTAUTH_URL="http://localhost:3000"
    AUTH_TRUST_HOST=true
  5. 빌드

     npm run build
  6. 실행

     npm run start

About

SSL 인증서 관리를위한 통합 관리 페이지

Resources

Stars

Watchers

Forks

Languages