다음과 같은 간단한 명령로 만들수 있다. 단지 공인인증서가 아니고 사설인증서라는 것뿐이다
내가 만든 것은 내가 인정하니 상관없다.

1번 사이트에 나와있는 것을 순서대그 그대로 따라하면 된다. 여기에 apache2나 nginx 용으로 만들려면 참고2에 나와 있는 것처럼 인증서를 체인순서로 합친 것을 사용해야 된다.

 

Reference

1. https://juno.sh/ssl-self-signed-cert/  jupyter server 용으로는 여기 나와 있는데로만 하면 된다.

 

Accessing Jupyter on iOS over HTTPS

Follow these steps to prepare a self-signed SSL/TLS certificate for accessing Jupyter Notebook server from your iPhone or iPad over HTTPS

juno.sh

2. https://juno.sh/ssl-self-signed-cert/ nginx와 같은 httpd 서버에는 unified pem을 만들어야 한다.

 

Accessing Jupyter on iOS over HTTPS

Follow these steps to prepare a self-signed SSL/TLS certificate for accessing Jupyter Notebook server from your iPhone or iPad over HTTPS

juno.sh

 

3. https://deliciousbrains.com/ssl-certificate-authority-for-local-https-development/

 

How to Create Your Own SSL Certificate Authority for Local HTTPS Development

In my last article I described how to generate your own self-signed SSL certificates and add them to macOS Keychain so that your browser doesn’t give you a privacy error.… Read more

deliciousbrains.com

3. https://blog.naver.com/husheart/221688173365

 

OpenSSL 로 ROOT CA 생성 및 SSL 인증서 발급

https://www.lesstif.com/pages/viewpage.action?pageId=6979614개요 웹서비스에 https 를 적용할 경우 S...

blog.naver.com

 

'Ubuntu, Bash' 카테고리의 다른 글

nginx authentification  (0) 2020.01.23
서비스 확인 및 재시작  (0) 2020.01.05
ufw 기본적인 사항  (0) 2020.01.05
변수와 문자열 연산자  (0) 2019.12.26
shell script의 명령 인자 숫자 및 배열  (0) 2019.12.25

+ Recent posts