반응형

Linux&Utils 9

webtob – 웹투비 SSL인증서 설치 메뉴얼

출처 : https://cert.crosscert.com/webtob-ssl-%EC%84%A4%EC%B9%98/ webtob – 웹투비 SSL인증서 설치 메뉴얼(백업된 인증서 설치) ※ 본 문서에 안내된 버전 이외의 다른 버전을 사용하시는 경우 안내 내용과 차이가 있을 수 있습니다. ※ 본 문서는 기본적인 참고용 자료이며, 구성환경에 따라 안내 내용과 차이가 있을 수 있습니다. ※ 본 문서는 서버 담당자를 기준으로 작성 되었습니다. ※ 웹 서버 인증서를 설치할 서버 담당자에게 전달하여 주시기 바랍니다.. 1. 인증서 파일 저장 E-Mail 로 전달된 인증서 파일( newreq.pem name-Chain.pem )을 임의의 폴더에 저장합니다. 설정하기 전 기존의 설정파일을 반드시 백업하여 주시길 바랍니다...

perl 이용시 Can't locate ExtUtils/MakeMaker.pm 에러

perl-CPAN과 perl-devel 이 설치안되어서 발생하는 사항. yum install -y perl-CPAN perl-devel 로 설치하면 됩니다. (yum repo server에 해당 모듈이 없다면 rpm 파일 다운로드 & rpm -ivh {파일이름}으로 설치하면 되긴하지만 dependencies도 하나하나 설치해줘야해서 웬만하면 yum repo에 관련 rpm파일들을 넣고 yum으로 설치하는것을 권장) centos 7 기준 rpm 파일 위치 : mirror.centos.org/centos/7/os/x86_64/Packages/ CentOS Mirror mirror.centos.org

인증서(CA:Certificate Authority)

* OPENSSL 사용 - private key 생성 openssl genrsa -aes256 -out test_20200312.key 2048 - public key 생성 openssl rsa -in test_20200312.key -out pbkey_20200312.crt -pubout -outform PEM openssl req -new -x509 -days 1825 -key test_20200312.key -out pbkey_20200312.crt - 인증서 정보 출력 openssl x509 -text -in pbkey_20200312.crt * ssh-keygen 사용 : 클라이언트가 만들어서 공개키를 서버에 공유 - 인증서 생성 : ssh-keygen -t rsa => 경로지정 => 비밀번호(..

OS-Compiler의 종류에 따른 옵션

오래된 자료지만 고전이 명작인듯. www.fortran-2000.com/ArnaudRecipes/sharedlib.html Using static and shared libraries across platforms I produced hereafter some information about shared libraries on different systems. However, this information is probably very sparse on details and may even not be up-to-date. Actually, keeping track of changes is nearly impossible. The definitive information usually comes from..

반응형