vStor 4.10
Catalogic SoftwareKnowledge BaseMySupport
  • Welcome to vStor!
  • Introduction
  • Installation
    • Deploying Catalogic vStor on Physical Appliances
    • Deploying Catalogic vStor Virtual Appliance for VMware
    • Deploying Catalogic vStor Virtual Appliance for Microsoft Hyper-V
    • Required Ports for Catalogic vStor
    • Updating Catalogic vStor
  • Quick Start
    • Catalogic vStor for VMware
    • Catalogic vStor for Hyper-V
  • Basic Configuration
    • Initializing vStor
    • Adding Catalogic vStor Node to Catalogic DPX
      • Using vStor API Keys with Catalogic DPX
    • Configuring vStor System Settings
      • Basic System Configuration
      • Security and Network
      • Data Management and Optimization
      • System Monitoring and Maintenance
    • Configuring Network Settings of Catalogic vStor
    • Backing up Configuration Settings of Catalogic vStor
    • Restoring Configuration Settings of Catalogic vStor
  • Storage Management
    • Adding Disks to Catalogic vStor
    • Managing Storage Pools in Catalogic vStor
    • Managing Volumes in Catalogic vStor
      • Migrating Volumes in Catalogic vStor
    • Managing Shares in Catalogic vStor
    • Managing Hosts for LUN Volumes in Catalogic vStor
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • Creating vStor Partnerships
      • Creating Replication Groups
    • Enabling Volume Encryption
  • Advanced Configuration
    • Using Multipath Storage for Catalogic vStor
    • Certificates in Catalogic vStor
    • Adding Encryption URLs to Catalogic vStor
    • MinIO Buckets in Catalogic vStor
    • Assigning an E-mail to the vStor Account
    • Managing vStor User Accounts
    • Using Multi-factor Authentication (MFA) in vStor
  • vStor Command Line Interface
    • Catalogic vStor Server CLI Overview
  • Best Practices
    • Hardware Configurations: Best Practices
    • Data Backup: Best Practices
    • Data Archiving: Best Practices
    • Backup Storage: Best Practices
    • Frequently Asked Questions: Best Practices
Powered by GitBook
On this page
  • Prerequisites for the custom certificates of Catalogic vStor
  • Generating a certificate example
  • Managing certificates in Catalogic vStor
  1. Advanced Configuration

Certificates in Catalogic vStor

Catalogic vStor supports using a default built-in certificate or importing a custom certificate, essential for scenarios like adding a MinIO bucket.

Prerequisites for the custom certificates of Catalogic vStor

  • Only one custom certificate is allowed.

  • Certificates must be valid (not expired) and have a Subject Alternative Name (SAN).

  • Password-protected certificates are not supported.

Generating a certificate example

For a vStor server (e.g., IP 10.0.0.20), you can generate a self-signed certificate using openssl command:

openssl req -x509 -newkey rsa:4096
-keyout my-private.key
-out my-custom.crt
-days 365
-nodes
-subj "/C=US"
--addext "subjectAltName=IP:10.0.0.20"

Managing certificates in Catalogic vStor

In the vStor Management Interface on your web browser, you can see a list of available certificates in Catalogic vStor and see their expiration date, add or overwrite a custom certificate, and select a certificate to use from either the built-in certificate or custom certificate. Take the following steps to manage the certificate for Catalogic vStor:

  1. Log in to the vStor Web Interface.

  2. From the navigation menu, select System and then go to the Certificate section.

  3. Active/Inactive status indicates current usage. The Valid until means the expiration day and time of the certificate. The timestamp is in MM-DD-YYYY format and uses your browser’s time zone.

  4. To register or update a certificate, click Edit in the Certificate section, input the certificate text and private key, and Save.

Ensure that you can see the new or updated custom certificate in the certificate list.

Note. Ensure the certificate has SAN and is valid. Password-protected certificates are unsupported.

PreviousUsing Multipath Storage for Catalogic vStorNextAdding Encryption URLs to Catalogic vStor

Last updated 7 months ago