Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/templates/welcome.html.twig

{% extends 'base.html.twig' %}
{% block body %}
    <div id="ncssl">
        <div class="body">
            <div class="login-page">
                <div class="page-head">
                    <a href="https://www.namecheap.com/" class="page-head__logo">
                        <img src="static/img/namecheap-logo.svg" alt="Namecheap" class="page-head__logo__img">
                    </a>
                    <div class="page-head__nav">
                        <a href="{{ supportLink }}" target="_blank" class="page-head__nav__link">
                            <img src="static/img/life-buoy.svg" alt="life-buoy" class="page-head__nav__link__icon-img">
                            Live chat &amp; helpdesk
                        </a>
                    </div>
                </div>
                <div class="cta-section text-center">
                    <div class="cta-section__content">
                        <img src="static/img/download-solid.svg" alt="Install" class="cta-section__icon">
                        <h1>Two-Click DV SSL Installation</h1>
                        <h4 class="mb-5">Auto-install domain validation SSL purchased at Namecheap<br/>(multi-domain and wildcard are not supported just yet)</h4>
                        <a href="{{ generateUrlByRouteName('oauth_connect') }}" class="cta-btn" data-cta-btn data-ncssl-loading="Signing in..">Sign in with Namecheap</a>
                        <div class="cta-section__anchor-wrapper">
                            <a href="#more-info" class="anchor-link">learn more</a>
                        </div>
                    </div>
                </div>
                <div id="more-info" class="text-section">
                    <div class="text-section__content">
                        <h3>Sync Namecheap Account with cPanel</h3>
                        <p>Sign in to allow cPanel to download the list of SSL certificates you have in your account with Namecheap. You'll be able to install newly purchased certificates and install/renew already active ones.</p>
                        <p><b>Important:</b> If an SSL certificate is already activated, you can install it through "Namecheap SSL" only if the domain (common name in CSR) is hosted in this cPanel. Installation of an already-active SSL will require reissue (activation from scratch).</p>
                    </div>
                </div>
                <div class="text-img text-center">
                    <img src="static/img/cpanel-example-2.png" alt="cPanel My Namecheap SSL">
                </div>
                <div class="text-section">
                    <div class="text-section__content">
                        <h3>Manage Installed SSL</h3>
                        <p>All certificates installed via "Namecheap SSL" will be listed in the "Installed" section. You can uninstall, download or renew installed certificates. You can also re-order if the SSL has expired.</p>
                    </div>
                </div>
                <div class="text-img text-center">
                    <img src="static/img/cpanel-example-1.png" alt="cPanel Installed via plugin">
                </div>
                <div class="footer-cta-wrapper text-center">
                    <a href="{{ generateUrlByRouteName('oauth_connect') }}" class="cta-btn cta-btn--primary" data-cta-btn data-ncssl-loading="Signing in..">Sign in with Namecheap</a>
                </div>
            </div>
        </div>

    </div>
{% endblock %}
Back to Directory File Manager