반응형 분류 전체보기77 ssh Permission denied (publickey,gssapi-keyex,gssapi-with-mic) ssh-keygen 명령어를 이용하여 공개키와 비공개키를 생성한다. $ ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/webdev/.ssh/id_rsa): /home/webdev/temp/id_rsa Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/webdev/temp/id_rsa. Your public key has been saved in /home/webdev/temp/id_rsa.pub. The key fi.. 2022. 6. 28. 메타마스크 네트워크 추가 및 네트워크 변경 API 지갑 연결시 메타마스크를 사용할 경우 아래 API를 이용해서 네트워크 추가 및 변경에 대한 요청을 진행할 수 있다. // https://docs.ethers.io/v5/ //ethers.js 라이브러리 사용 2022. 5. 13. 스프링부터 tomcat connector 커스터마이징 nginx + springboot 조합으로 사용하여 nginx와 springboot가 내부적으로 http 통신을 한다고 하면 springboot에서 request.getRequestUrl() 메소드를 호출하게 되면 scheme 이 항상 http로 return하도록 되어 있어서 request.getRequestURL을 사용하여 redirectURL을 설정하게 되면 http로 주소가 전달된다. (request.getRequestURL 함수를 내부적으로 살펴보면 rquest.getScheme() 이 사용된다.) 구글 및 페이스북을 통해서 oauth를 연동하게 되면 redirectionURL을 설정하게 되는데 반드시 https로 입력되도록 되어 있기 때문에 redirectURL이 https로 전달되도록 해야한다.. 2022. 5. 3. springboot common properties springBoot properties https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html#appendix.application-properties.server 2022. 5. 3. 이전 1 ··· 4 5 6 7 8 9 10 ··· 20 다음 반응형