...
You must define which URL you want your users to receive, say suppose the domain that is going to be used is the "penskexyz.com", so your document collection URL is going to be sub-domain of that. Could it be “documents.penskexyz.com”. The first word of the domain indicates the sub-domain of 'penskexyz.com'
Buy an SSL certificate for this domain and generate the .pfx file of the purchased certificate (using the SSL cert, bundle, and private key that was used to purchase SSL.)
Go to the website where your 'penske.com ' domain was purchased and update the DNS records. You are going to need to add a new CNAME record.
If the sub-domain chosen in step 1 was “documents.penskexyz.com" then the following CNAME must be created:
Host: documents
Value: botdocapi-pushpull-app.azurewebsites.netbotdoc-customer-custom-domain-prod.botdoc.io
In the below image, the domain on which File Reuest is being hosted at secure.botdoc.io which will be upodated once the above steps are done from your end and then you will be seeing a customized Domain for hosing the File Requests.
...