惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
S
Securelist
V
Vulnerabilities – Threatpost
C
Cyber Attacks, Cyber Crime and Cyber Security
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
Simon Willison's Weblog
Simon Willison's Weblog
Hacker News - Newest:
Hacker News - Newest: "LLM"
P
Palo Alto Networks Blog
T
Troy Hunt's Blog
SecWiki News
SecWiki News
Security Archives - TechRepublic
Security Archives - TechRepublic
T
The Blog of Author Tim Ferriss
Project Zero
Project Zero
Microsoft Security Blog
Microsoft Security Blog
The Register - Security
The Register - Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
F
Full Disclosure
阮一峰的网络日志
阮一峰的网络日志
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Attack and Defense Labs
Attack and Defense Labs
Know Your Adversary
Know Your Adversary
WordPress大学
WordPress大学
PCI Perspectives
PCI Perspectives
N
News | PayPal Newsroom
The Last Watchdog
The Last Watchdog
酷 壳 – CoolShell
酷 壳 – CoolShell
P
Privacy & Cybersecurity Law Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
CERT Recently Published Vulnerability Notes
H
Help Net Security
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
云风的 BLOG
云风的 BLOG
月光博客
月光博客
T
The Exploit Database - CXSecurity.com
I
InfoQ
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
U
Unit 42
腾讯CDC
小众软件
小众软件
V2EX - 技术
V2EX - 技术
罗磊的独立博客
Cloudbric
Cloudbric
Recorded Future
Recorded Future
IT之家
IT之家
Google DeepMind News
Google DeepMind News
C
CXSECURITY Database RSS Feed - CXSecurity.com

Video Conferencing Blog

TrueConf AI Server 1.1: Detecting Speakers by Voice, Uploading Recordings, and Transcription Search — Video Conferencing Blog TrueConf Server: Security Updates for June 2026 — Video Conferencing Blog TrueConf 4.0 for iOS: Voice Messages and Additional Statuses — Video Conferencing Blog Self-Hosted Video Conferencing in Enterprise Environments Business Document Sharing: Secure Files Collaboration + 5 Best Tools TrueConf Room 5.1: Setting Up an Additional Video Stream and Convenient Content Sharing from a TrueConf Group 2.1 Major Update: AI, New Interface, Tablet Control, and Much More — Video Conferencing 10 Best Free Video Conferencing Tools with No Time Limit TrueConf Earns “Top Performer” Recognition in FeaturedCustomers’ Spring 2026 Report — Video TrueConf 2.0.1 Add-ons for Corporate Calendars — Video Conferencing Blog 10 Best Video Meeting Tools in 2026 TrueConf 3.2 for Android: Voice Messages and PIN to Access the App — Video Conferencing Blog Video Conferencing 2026: A Complete Guide to 9 Leading Platforms TrueConf Calendar Connector 2.3: Changes and Improvements — Video Conferencing Blog Password Management in TrueConf — Video Conferencing Blog TrueConf Server: Security Updates for April 2026 — Video Conferencing Blog TrueConf AI Server 1.0.2: Conference Summary — Video Conferencing Blog TrueConf Server 5.5.4: Changes and Improvements — Video Conferencing Blog TrueConf 8.5.4: Changes and Improvements — Video Conferencing Blog How to install TrueConf client application for Linux TrueConf at GITEX Africa 2026 — Video Conferencing Blog TrueConf Server 5.5.3: User Connection History, List of Videos in the Personal Area — Video TrueConf Calendar Connector: What's New in Versions 2.1 and 2.2 — Video Conferencing Blog TrueConf 3.1.2 for Android TV: Updated UI — Video Conferencing Blog What to do if file transfer is not working? — Video Conferencing Blog TrueConf 8.5.3: Useful Changes and Improvements — Video Conferencing Blog TrueConf MCU 2.2: New Layout Editor, Improved Cascading, and Security Settings — Video Conferencing Blog TrueConf at Convergence India 2026 — Video Conferencing Blog TrueConf 3.1.2 for Android: List of Upcoming Meetings and New Noise Suppression — Video Conferencing TrueConf Server: Security Updates for March 2026 — Video Conferencing Blog Future of secure collaboration at GITEX Africa 2026 — Video Conferencing Blog Important TrueConf Server security updates — Video Conferencing Blog No outages in collaboration: Power Grid Bangladesh adоpts TrueConf — Video Conferencing Blog Filtering LDAP accounts — Video Conferencing Blog
How to create a "Let's Encrypt" certificate on Windows
Anthony Baadzhy · 2026-06-26 · via Video Conferencing Blog

Cryptographic certificates are the digital equivalent of website validation, which enables you to encrypt connections using TLS protocol and thus provide a secure link between server and client.

There are both paid and free certification centers. Let’s Encrypt is one of the free centers, which provides certificates for 90 days with an automatic renewal option.

Step 1: Getting started

First, you should stop all TrueConf Server services and all processes that can use 80 and 443 ports, such as Apache Http Server.

To create a TLS certificate on Windows, download the ACME Simple (WACS) program. Then follow the instruction:

  • Extract the downloaded archive to the C:\wacs\ folder.
  • Create a crt directory in the same folder.
    How to create a "Let's Encrypt" certificate on Windows 1
  • In Windows Defender Firewall, go to Advanced SettingsInbound RulesNew RulePort; enter 80 and 443 ports separated by comma in the Specific local ports field and click Next. Then select Allow the connection, click Next again, specify which profiles the rule will apply to (for all by default) and after clicking Next, save the rule under any name.
  • Step 2: Creating a certificate

    Open the command line (cmd) as administrator and run the following program:

    Next, run the following commands sequentially by entering the letters and digits corresponding to the menu options that you want to select. For example, to run the command Create certificate (full options), you will need to type m and press Enter. (for version 2.2).

    • Start creating the certificate by manually specifying the parameters. To do it, select:
    • Create certificate (full options)
    • Manual input.

    How to create a "Let's Encrypt" certificate on Windows 2

  • Specify your domain name and press Enter twice to confirm.
    How to create a "Let's Encrypt" certificate on Windows 3
  • If necessary, you can create separate certificates for subdomains and hosts. In our case, we will select Single Certificate:
    How to create a "Let's Encrypt" certificate on Windows 4
  • Then select the following options sequentially:
    • [http] Serve verification files from memory
    • RSA key
    • PEM encoded files (Apache, nginx, etc.).

    How to create a "Let's Encrypt" certificate on Windows 5

  • Specify a folder for saving certificates C:\wacs\crt.
  • You will be offered to create the password for the private key. Select None.
    How to create a "Let's Encrypt" certificate on Windows 6
  • Next, select:
    • No (additional) store steps
    • No (additional) installation steps.

    How to create a "Let's Encrypt" certificate on Windows 7

  • Answer additional questions as follows:
    • type no for the question Open in default application?
    • type yes for the question Do you agree with terms?.
  • Specify an email address for error notifications.
  • When you successfully create the certificate, you will see the Authorization result: valid message. Answer no to the question Do you want to specify the user the task will run as? question.

    If a certificate has already been generated for the specified domain name, there will be the corresponding notification in the Existing renewal line. The certificate expiry date will be provided as well. You can create the certificate again by entering yes in response to the question Overwrite settings?.

    Three files will be generated in the C:\wacs\crt folder:

  • domain_name-crt.pem is the certificate itself
  • domain_name-key.key is the key file
  • domain_name-chain.pem is the trust chain, it includes Let’s Encrypt root and intermediate certificates.

Now you can use them in TrueConf Server, as shown in our article.

Try out the secure video conferencing platform TrueConf!

Video conferencing solution TrueConf Server works inside of your closed network without an internet connection
and allows you to gather up to 1,500 people in one conference!