Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cloudstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/cloudstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.19
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 5, 2025

  1. Configuration menu
    Copy the full SHA
    39c8c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. directdownload: fix keytool importcert (#11113)

    * directdownload: fix keytool importcert
    
    ```
    $ /usr/bin/keytool -importcert file /etc/cloudstack/agent/CSCERTIFICATE-full -keystore /etc/cloudstack/agent/cloud.jks -alias full -storepass DAWsfkJeeGrmhta6
    Illegal option:  file
    keytool -importcert [OPTION]...
    
    Imports a certificate or a certificate chain
    
    Options:
    
     -noprompt               do not prompt
     -trustcacerts           trust certificates from cacerts
     -protected              password through protected mechanism
     -alias <alias>          alias name of the entry to process
     -file <file>            input file name
     -keypass <arg>          key password
     -keystore <keystore>    keystore name
     -cacerts                access the cacerts keystore
     -storepass <arg>        keystore password
     -storetype <type>       keystore type
     -providername <name>    provider name
     -addprovider <name>     add security provider by name (e.g. SunPKCS11)
       [-providerarg <arg>]    configure argument for -addprovider
     -providerclass <class>  add security provider by fully-qualified class name
       [-providerarg <arg>]    configure argument for -providerclass
     -providerpath <list>    provider classpath
     -v                      verbose output
    
    Use "keytool -?, -h, or --help" for this help message
    ```
    
    * DirectDownload: drop HttpsMultiTrustManager
    weizhouapache authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    e47b78b View commit details
    Browse the repository at this point in the history
Loading