Certificate Details

Subdomain smartek
Email info@smartekdesigns.com
Issuer Let's Encrypt
Type Wildcard SSL
Issued 2026-02-08 11:50:39
Expires 2026-05-09 11:52:07 63 days left

Downloads

API Access Token — used for MikroTik auto-renewal & direct certificate download

2cadcd1a2686bebb14664fa58771c4b4c6750376cfc47c596dde3a97c3362ad1

Direct download: /api/cert/smartek/fullchain?token=YOUR_TOKEN

MikroTik Commands

1 Install Required
$ /tool fetch url="https://captives.net/api/install/smartek?token=2cadcd1a2686bebb14664fa58771c4b4c6750376cfc47c596dde3a97c3362ad1" dst-path=captives-install.rsc mode=https; /import file-name=captives-install.rsc; :delay 2s; /file remove captives-install.rsc

Run install first — the commands below require it.

2 Check Status
$ /system script run captives-ssl-check-smartek
3 Renew Certificate Smart
$ /system script run captives-ssl-renew-smartek
4 Force Renew Bypass
$ /tool fetch url="https://captives.net/api/script/renew/smartek?token=2cadcd1a2686bebb14664fa58771c4b4c6750376cfc47c596dde3a97c3362ad1&force=1" dst-path=captives-renew.rsc mode=https; /import file-name=captives-renew.rsc; :delay 2s; /file remove captives-renew.rsc
5 Remove All Danger
$ /system script run captives-ssl-remove-smartek

Account Settings

Update your email, router IP, hotspot profile, and other settings. You will need to verify your identity via email.

Edit Settings

Installation Guide

Method 1 — Automatic (Recommended)

  1. Download the Install Script (.rsc) above
  2. Open MikroTik WinBox → Terminal (or SSH)
  3. Copy the entire script contents
  4. Paste into Terminal and press Enter
  5. Wait ~10 seconds — everything is automatic!

The script automatically downloads the certificate from this server, imports it, configures DNS, and assigns it to Hotspot, WWW-SSL, and API-SSL.


Method 2 — Manual Upload

If your router cannot reach the internet:

  1. Download Certificate Bundle (.zip) above
  2. Upload the .pem and .key files via WinBox → Files
  3. In Terminal, run:
    /certificate import file-name="captives-smartek.pem" passphrase=""
    /certificate import file-name="captives-smartek.key" passphrase=""
  4. Follow the manual commands at the bottom of the .rsc script for DNS and services

Verify Installation

  • System → Certificates → captives-smartek (flag KT)
  • IP → DNS → Static → smartek.captives.net
  • IP → Hotspot → Profile → SSL certificate assigned
  • Browser → https://smartek.captives.net → green lock

Download the Status Check Script above to verify from the router terminal.

Certificate Features

  • Automatic MikroTik installation via /tool/fetch
  • Smart auto-renewal (checks every 7 days)
  • Configures Hotspot, WWW-SSL & API-SSL
  • RouterOS 6.x and 7.x compatible
  • Safe to re-run (old certs removed automatically)
  • Embedded fallback for offline routers