diff --git a/src/Jackett.Common/Indexers/NebulanceAPI.cs b/src/Jackett.Common/Indexers/NebulanceAPI.cs
index 0d08e8f43..e518711c8 100644
--- a/src/Jackett.Common/Indexers/NebulanceAPI.cs
+++ b/src/Jackett.Common/Indexers/NebulanceAPI.cs
@@ -51,7 +51,6 @@ namespace Jackett.Common.Indexers
{
configData.AddDynamic("keyInfo", new DisplayInfoConfigurationItem(String.Empty, "Generate a new key by accessing your account profile settings at Nebulance, scroll down to the API Keys section, tick the New Key, list and download checkboxes and save."));
- wc.AddTrustedCertificate(new Uri(SiteLink).Host, "A9FBFE3A70675010D480AB9B89CC18B79099467B"); // expired 25 May 2023
}
private TorznabCapabilities SetCapabilities()