• support[@]kurinchilion.com
  • +1 (888) 666-4252

Let’s Encrypt: too many certificates already issued for exact set of domains

Nov 03, 2020 - by kurinchilamp 464 Views

Let's Encrypt has a fair usage policy and a rate limit is set. The current limits are
a) 5 duplicate renewal certificates per registered domain per week.
b) 50 certificates per registered domain per week

You can use Let's Encrypt's staging environment if you are testing/dry running automation.

Further reading:
https://letsencrypt.org/docs/rate-limits/
https://letsencrypt.org/docs/staging-environment/

Continue Reading

AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using ServerName.local.

Sep 09, 2019 - by kurinchilamp 462 Views
Open a terminal to edit /etc/apache2/httpd.conf $ sudo vi /etc/apache2/httpd.conf Search for the variable "ServerName" in the editor. If commented, uncomment it and add it to the httpd.conf file ServerName localhost Then, restart the web server. (more…)
Continue Reading

PHP scripts are getting downloaded when I try to open the web page link in localhost

Sep 01, 2019 - by kurinchilamp 404 Views
If PHP files are getting downloaded instead of executing, make sure that PHP type is added to Apache AddType application/x-httpd-php .php Restart the web server once the changes are done and try to open the web page again. $ sudo apachectl -k restart
Continue Reading

PHP scripts are not getting executed from Apache on Windows/Mac

Aug 30, 2019 - by kurinchilamp 463 Views
To enable any packages or to run PHP from apache $ sudo vi /private/etc/apache2/httpd.conf If PHP scripts are not executing, first check if the relevant version of the PHP module is enabled in httpd config settings (somewhere in the middle of the file). You may need sudo permission to save any file settings. LoadModule php7_module libexec/apache2/libphp7.so Then, restart the server $ sudo apachectl -k restart
Continue Reading

Ionic: Newer version doesn’t show up after global install

Apr 18, 2019 - by kurinchilamp 374 Views
You can install the latest version of Ionic and Cordova CLI using a single command $ npm install ionic cordova -g Still, you may get a notification message saying "Please install your Cordova CLI to version >=4.2.0 `npm install -g cordova`" Or, incorrect version numbers for ionic and cordova even after installing their latest versions globally. (more…)
Continue Reading

Mac: How to change the computer name or host name in terminal?

Mar 26, 2019 - by kurinchilamp 346 Views
To change the host name in Mac Terminal window, type $ sudo scutil --set HostName To change the computer name that appears in Mac Terminal, type $ sudo scutil --set ComputerName Flush DNS cache $ dscacheutil -flushcache
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.