NET::ERR_CERT_COMMON_NAME_INVALID After Migrating to New VPS ( Ubuntu 16.04 - EasyEngine - Nginx )

ee site list --enabled

buatcantik.com
uhousehcmc.com

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

ee site show uhousehcmc.com

Display NGINX configuration for uhousehcmc.com

server {

server_name uhousehcmc.com   www.uhousehcmc.com;


access_log /var/log/nginx/uhousehcmc.com.access.log rt_cache;
error_log /var/log/nginx/uhousehcmc.com.error.log;


root /var/www/uhousehcmc.com/htdocs;



index index.php index.html index.htm;


include common/php.conf;
include common/wpcommon.conf;
include common/locations.conf;
include /var/www/uhousehcmc.com/conf/nginx/*.conf;

}