Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleDocker-compose 공식 가이드

https://docs.docker.com/compose/install/

Code Block

Git 설치

Info
titleGit 공식 가이드

https://git-scm.com/download/linux

https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Git Clone

Code Block
[root@centos]# git clone https://github.com/Sanses/confluence-docker-compose.git
[root@centos]# cd confluence-docker-compose
[root@centos confluence-docker-compose]#

Certbot 설치

Info

https://certbot.eff.org/lets-encrypt/centos6-other

...

Code Block
[root@centos confluence-docker-compose]# certbot-auto certonly --cert-name wiki.iisanse.com -d wiki.iisanse.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log

How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for wiki.iisanse.com
Waiting for verification...
Cleaning up challenges
Subscribe to the EFF mailing list (email: sooabia@gmail.com).

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at:
   /etc/letsencrypt/live/wiki.iisanse.com/fullchain.pem
   Your key file has been saved at:
   /etc/letsencrypt/live/wiki.iisanse.com/privkey.pem
   Your cert will expire on 2021-01-18. To obtain a new or tweaked
   version of this certificate in the future, simply run certbot-auto
   again. To non-interactively renew *all* of your certificates, run
   "certbot-auto renew"
 - If you like Certbot, please consider supporting our work by:

   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
   Donating to EFF:                    https://eff.org/donate-le

[root@centos confluence-docker-compose]#

Git 설치

Info
titleGit 공식 가이드

https://git-scm.com/download/linux

https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Git Clone

Code Block
[root@centos]# git clone https://github.com/Sanses/confluence-docker-compose.git
[root@centos]# cd confluence-docker-compose
[root@centos confluence-docker-compose]#

...