https5 SSO / SSL / jdk.tls.disabledAlgorithms SSO 관련오류 해결 ㅁ환경 OS : Ubuntu 20.04.3 LTS jdk : open jdk 1.8.0_312 /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/security/java.security 704line (변경전) jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ DH keySize 2022. 2. 15. ssl / certbot / https ================================================= yum install epel-release yum install snapd # ln -s /var/lib/snapd/snap /snap # systemctl enable --now snapd.socket Created symlink from /etc/systemd/system/sockets.target.wants/snapd.socket to /usr/lib/systemd/system/snapd.socket. # systemctl enable --now snapd.socket # # snap install core # snap install snap-store # snap install --classic certbo.. 2021. 4. 7. centos 7 / let's Encrypt / tomcat 8 *1. let's Encrypt 설치 * yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt/ *2. 인증서 받기 * ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소1] -d [사용할 도메인주소2] -d [사용할 도메인주소3] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create .. 2020. 5. 4. centos 7 / tomcat / SSL / https / let's encrypt Apache Tomcat Version 7.0.82 openjdk version "1.8.0_242" CentOS Linux release 7.8 yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소] A - N - Y - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. 2020. 4. 29. 이전 1 2 다음 반응형