본문 바로가기
INFRA

[무료 도메인] Freenom 서비스

by SAMSUNG CLOUD-OKY 2021. 5. 27.
반응형

 

무료 도메인을 얻을 수 있는 Freenom 서비스

https://www.freenom.com

메인페이지에 있는 큰 검색창에서 희망하는 도메인을 검색

 

 

참고로 무료로 제공하고 있는 도메인은 .tk / .ml / .cf / .gq / .ga 입니다.

 

금액이 표시되어 있는 것 처럼 0달러로 표시되기 때문에 비용이 들지 않습니다.

기간은 3개월부터 1년까지 무료로 가능하고 그 이상은 유료로 구매 가능합니다.

 

 

이메일 링크를 통해서 이메일 인증을 해주면 아래와 같은 디테일을 작성해 주어야 하는데요.

정확한 정보를 입력해 줄 필요 없이도 서비스를 사용하는데에는 문제가 없습니다.

 

인증한 메일을 아이디로 사용하여 관리와 추가가 가능합니다.

My Domains 메뉴를 통해서 연장 및 설정이 가능합니다. 쉽게 무료로 취득이 가능하네요.

 

 

 

무료 도메인 Freenom 서비스를 이용시 반드시 알아두셔야 할 점이 바로 유지조건

 

- 90일간 25회 이상의 접속

- 갱신기간은 사용기한 종료 전 15일간

 

 

 

 

## 참고

=================================================================

## CNAME

- CNAME = Canonical Name의 줄임말로 하나의 도메인에 다른 이름을 부여하는 방식을 의미합니다.

- 도메인 이름의 또 다른 이름으로 생각하면 됩니다.

 

- 예시

  : blog.test.me -> test.me // test.me의 또 다른 도메인명

  : www.test.me -> test.me  // test.me의 또 다른 도메인명

 

 

## A record

- A record란 domain name에 하나의 IP Address가 있음을 의미합니다.

- 하나의 도메인(서브나 루트 포함)에 해당하는 IP 주소의 값을 가지고 있습니다.

 

- 예시

  : dev.test.me -> 123.456.789.123 // 해당 도메인의 IP 주소

  : test.me -> 987.654.321.123     // 해당 도메인의 IP 주소

==================================================================

 

 

[도메인 연동]

 

- 등록후 nslookup 으로 확인 (적용시 10분 정도 소요)

 

 

- WEB 접속 테스트시 정상 

 

 

=====================================================

## 이슈사항

 

root@ip-10-20-62-82:/etc/nginx# sudo certbot certonly --standalone -d saml.koadev.ga
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
An unexpected error occurred:
There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/
Please see the logfiles in /var/log/letsencrypt for more details.

 

 

- 먼저 프리넘 사이트에서 saml 레코드 등록 할것

root@ip-10-20-62-82:/home/ubuntu/letsencrypt# certbot certonly --standalone -d saml.koadev.ga
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for saml.koadev.ga
Waiting for verification...
Challenge failed for domain saml.koadev.ga
http-01 challenge for saml.koadev.ga
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: saml.koadev.ga
   Type:   dns
   Detail: DNS problem: NXDOMAIN looking up A for saml.koadev.ga -
   check that a DNS record exists for this domain

 

 

- nslookup saml.koadev.ga 성공

 

 

 

 

 

 

반응형

댓글