code-server:: localhost 자체 인증서 설치


# mkcert 설치
sudo apt install mkcert

# CA 설치
mkcert -install


# 사이트 등록
mkcert localhost 127.0.0.1
mkcert -cert-file code-server.crt -key-file code-server.key 127.0.0.1 localhost






==end

반응형