# Why is the Apple Touch Icon loaded via HTTP instead of HTTPS?

**URL:** https://meta.discourse.org/t/why-is-the-apple-touch-icon-loaded-via-http-instead-of-https/104501
**Category:** Support
**Created:** [December 17, 2018, 9:53pm UTC](https://meta.discourse.org/t/why-is-the-apple-touch-icon-loaded-via-http-instead-of-https/104501 "2018-12-17T21:53:15Z")
**Posts on this page:** 1
**Showing post:** 26

<div class="post-metadata">

### Author: ![brahn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/brahn/32/109267_2.png) [@brahn](https://meta.discourse.org/u/brahn)
#### Post date: [December 18, 2018, 10:25am UTC](https://meta.discourse.org/t/why-is-the-apple-touch-icon-loaded-via-http-instead-of-https/104501/26 "2018-12-18T10:25:41Z")

</div>

> [@Graphiwiz](#):
>
> `-rw-r--r-- 1 ubuntu root 3924 Dec 18 03:56 community.example.com.cer`  
> `-rw------- 1 ubuntu root 3247 Dec 18 04:24 community.example.com.key`

Yes, you should be expecting to get one certificate containing multiple entries in the Subject Alternative Name field.

From [Setting up HTTPS support with Let’s Encrypt](https://meta.discourse.org/t/setting-up-https-support-with-lets-encrypt/40709):

> [@Set up HTTPS support with Let's Encrypt](https://meta.discourse.org/t/set-up-https-support-with-lets-encrypt/40709/1):
>
> #### Delete the old cert files and try rebuilding again
> 
> ```plaintext
> rm -rf /var/discourse/shared/standalone/ssl 
> rm -rf /var/discourse/shared/standalone/letsencrypt 
> ./launcher rebuild app
> 
> ```

If you delete those two directories before rebuilding the container you can be sure that it will get fresh certificates when you rebuild.

---

_[View the full topic](https://meta.discourse.org/t/why-is-the-apple-touch-icon-loaded-via-http-instead-of-https/104501)._
