MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.33k stars 458 forks source link

MichaCo.net certificate expiry #315

Closed OzBob closed 4 years ago

OzBob commented 4 years ago

image

The certificate to https://michaco.net/blog/CacheManagerReleaseOneDotOneNewFeaturesAndFuture in Chrome says Warning! expired because it is IssuedTo: *.azurewebsites.net but the certificate for https://cachemanager.michaco.net/ in Chrome is OK because it is IssuedTo: cachemanager.michaco.net

MichaCo commented 4 years ago

The naked domain michaco.net doesn't have a certificate right now. Azure App Service's build in certificates (free version) only works with non naked domain for whatever reason unfortunately. Was going to change all links and the default domain to www.michaco.net, which is already configured. Thanks for reminding me ^^