Skip to content

Commit 0942990

Browse files
committed
Update README.md
1 parent bf20bd6 commit 0942990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Would you like to see any registry added as a WHMCS/FOSSBilling module? Or an EP
143143

144144
## Troubleshooting
145145

146-
## EPP Server Access
146+
### EPP Server Access
147147

148148
If you're unsure whether your system can access the EPP server, you can test the connection using OpenSSL. Try one or both of the following commands:
149149

@@ -161,7 +161,7 @@ openssl s_client -connect epp.example.com:700 -CAfile cacert.pem -cert cert.pem
161161

162162
Replace `epp.example.com` with your EPP server's hostname and adjust the paths to your certificate files (`cacert.pem`, `cert.pem`, and `key.pem`) as needed. These tests can help identify issues with SSL/TLS configurations or network connectivity.
163163

164-
## Generating an SSL Certificate and Key
164+
### Generating an SSL Certificate and Key
165165

166166
If you do not have an SSL certificate and private key for secure communication with the registry, you can generate one using OpenSSL.
167167

@@ -172,7 +172,7 @@ openssl req -new -x509 -key key.pem -out cert.pem -days 365
172172

173173
**Note:** For production environments, it's recommended to use a certificate signed by a trusted Certificate Authority (CA) instead of a self-signed certificate.
174174

175-
## EPP-over-HTTPS Issues
175+
### EPP-over-HTTPS Issues
176176

177177
If you experience login or other issues with EPP-over-HTTPS registries such as `.eu`, `.fi`, `.hr`, `.it`, or `.lv`, it might be caused by a corrupted or outdated cookie file. Follow these steps to fix it:
178178

@@ -182,6 +182,6 @@ rm -f /tmp/eppcookie.txt
182182

183183
After deleting the cookie file, try logging in again. This will force the creation of a new cookie file and may resolve the issue.
184184

185-
## Need More Help?
185+
### Need More Help?
186186

187187
If the steps above don’t resolve your issue, refer to the EPP Client logs (`/path/to/tembo/log`) to identify the specific problem.

0 commit comments

Comments
 (0)