Skip to content
  • Features
    • Integration features​
    • Customization features
  • Pricing
  • Knowledge Base
  • Start building
  • Features
    • Integration Features
    • Customization features
  • Pricing
  • Knowledge Base
Start building

Getting started with Quikapp

1
  • How to create a app

Prerequisites

1
  • Prerequisites for Quikapp

Domain verification

1
  • How to Verify Your Domain

Integrations

6
  •  Google sign in:
  • Google AdMob
  • Google Analytics
  • Chatbot
  • Push Notification
  • What Is Integration?

Customization

6
  • What Is Customization?
  • App Icon
  • Splash Screen
  • Bottom Nav bar
  • Loading indicator
  • Pull to refresh

Permission

1
  • Permission

Build Configuration

2
  • Build configuration for iOS
  • Build configuration for Android

App Screenshot

3
  • What is App Screenshot?
  • What is App Screenshot (Android) ?
  • What is App Screenshot (ios) ?

How to

9
  • How to install Java
  • How to create keystore for Android
  • How to get Team ID
  • Configure  Push Notification for Android
  • Configure  Push Notification with APNs – iOS
  • How to Install openSSL
  • How to Create Provisioning Profile – iOS
  • How to create Certificate for iOS
  • App Store Connect API

Pricing

1
  • Pricing

Tickets

1
  • Ticket

FAQ

3
  • Build
  • Publish
  • Push Notification

Account Center Guide

1
  • Account Center
View Categories
  • Home
  • Docs
  • How to Install openSSL

How to Install openSSL

OpenSSL is a widely-used toolkit for SSL/TLS protocols and cryptography. Below are verified steps to install it on macOS and Windows.

Install OpenSSL on macOS

Option 1: Install via Homebrew (Recommended)

  • Ensure Homebrew is installed. If not, install it from https://brew.sh
  • Install OpenSSL:
Copy to clipboard
1
brew install openssl
  • Link OpenSSL:
Copy to clipboard
1
brew link openssl --force

If linking is not allowed, Homebrew will suggest the correct environment variables to use instead.

For Apple Silicon (M1/M2/M3)
Use the following command to configure the paths:

Copy to clipboard
1
2
3
4
export PATH="/opt/homebrew/opt/openssl/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl/lib/pkgconfig"
  • Verify installation:
Copy to clipboard
1
openssl version

Option 2: Install Without Homebrew

  1. Download the source code from OpenSSL:
    https://www.openssl.org/source/
  2. Follow the instructions in the downloaded package to build and install.

Note: Homebrew method is much easier and recommended.

Install OpenSSL on Windows

Option 1: Use Precompiled Installer (Recommended)

  • Download a trusted installer from ShiningLight Productions:
    https://slproweb.com/products/Win32OpenSSL.html
    Choose Win64 OpenSSL v3.x Light or full version.
  • Run the installer as Administrator.
  • Select the installation directory.
  • Allow the installer to add OpenSSL to your system PATH.
  • Complete the installation.
  • Verify in Command Prompt:
Copy to clipboard
1
openssl version

Option 2: Install Using Chocolatey (Windows Package Manager)

  1. Ensure Chocolatey is installed: https://chocolatey.org/install
  2. Install OpenSSL:
Copy to clipboard
1
choco install openssl
  • To install a specific version:
Copy to clipboard
1
choco install openssl --version=3.2.0
  • Verify installation:
Copy to clipboard
1
openssl version

OpenSSL is now installed and ready for use on your system.

Updated on December 22, 2025

What are your Feelings

    Build powerful, fully customizable Android and iOS apps effortlessly with our platform no coding required. Empower your vision with professional features and seamless publishing.

    Facebook-f Instagram Twitter Youtube

    Get help anytime check out our

    Knowledge Base
    • Privacy Policy
    • Terms of Service
    • Refund & Cancellation Policy
    © 2026 Quikapp All Rights Reserved.