wso2 / docs-apim

Apache License 2.0
70 stars 384 forks source link

Custom URL documentation is out of date #5329

Open chanaka3d opened 2 years ago

chanaka3d commented 2 years ago

Description: There are out of sync information in the doc.

  1. Doc suggests adding a config to /_system/config/apimgt/applicationdata/tenant-conf.json. But this file is not available in the Registry now. This can be done on the admin portal now.
  2. The following also fails since my Nginx does not have the SSL certificates. This has to be explained how to generate the certs etc.
    
    Navigate to the <API-M_HOME>/repository/resources/security directory and use the following command to add the Nginx certificate to the client trust store.

Copied to clipboard keytool -import -file /etc/nginx/ssl/nginx.crt -keystore client-truststore.jks -storepass wso2carbon -alias wso2carbon2



https://apim.docs.wso2.com/en/latest/reference/customize-product/customizations/customize-the-api-store-and-gateway-urls-for-tenants/#configure-per-tenant-custom-domain-mappings
tharindu1st commented 2 years ago

Hi @Mariangela For the [1] . we need to point into https://apim.docs.wso2.com/en/4.1.0/administer/advanced-configurations/ to configure this step. For [2] , We can link https://apim.docs.wso2.com/en/latest/install-and-setup/setup/setting-up-proxy-server-and-the-load-balancer/configuring-the-proxy-server-and-the-load-balancer/#step-1-create-an-ssl-certificate-for-the-load-balancer

samgnaniah commented 1 year ago

Fixed with https://github.com/wso2/docs-apim/pull/6238