;This file is part of TBSCertBot. ;Copyright (c) 1996-2022 TBS Internet ;For the full copyright and license information, please view the LICENSE ;file that was distributed with this source code. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; ; TBSCertBot needs this file to operate, please don't delete nor remove it! ; ; ; ; You can modify values here or create a new custom config file and provide ; ; its path on CLI with --config option. In this cas, every overwritten para ; ; meter will be taken into account at runtime. ; ; ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; debug = 0 ; Set this parameter to 1 to display debug information batch = 0 reuseKeys = 1 ; Set this parameter to 0 to not reuse keys on renewals [API] protocol = https ; Do not modify this line timeout = 60 ; Timeout for API calls address = apisandbox6.or2.clust2.tbs-internet.net ; IPv6: apisandbox6.or2.clust2.tbs-internet.net | IPv4: apisandbox4.or2.clust2.tbs-internet.net port = 443 ; IPv6: 443 | IPv4: 1443 username = EXAMPLEUSER ; Account's API user name password = EXAMPLEPASSWORD ; Account's API user password [DIRECTORIES] certificates = data/certs ; Directory where certificates are stored keys = data/keys ; Directory where private keys are stored requests = data/reqs ; Directory where CSR are stored [HOOKS] ;These parameters must be a valid path to a script or binary executable, or a valid command if used ;Use at your own risk. TBS Internet is not responsible for any damage caused by third party software. order = renewal = download = ;Following values are default values and can be either provided through INI file ;(with --config option) or individually at runtime. [PRODUCT] code = PSfreeW ;Product code, use the "help product" argument to tbscertbot to get a list of available products validity = 90d ;Product validity, a list per product is available in the product list [REQUEST] software = Apache2 ; Software used by your server, a list is available in the "help software" argument of TBSCertBot domain = example.org ;CN field or main domain/fqdn of your certificate domains = example.org ;Space-separated list of all fqdn to be in your certificate, including the main domain ;domainControlValidation = HTTPS_CSR_HASH ;For TBSX509/Comodo/PositiveSSL products ;hashAlgorithm = SHA256 ; For Thawte/Symantec products. ;The Domain Control Validation is a method of validation for TBSX509, PositiveSSL, and Comodo products. ;It can be changed later. Methods are: ; HTTP_CSR_HASH - HTTP file to place on your web server ; HTTPS_CSR_HASH - HTTPS file to place on your web server ; CNAME_CSR_HASH - CNAME DNS Record to place in your DNS Zone (not available for PositiveSSL Web products) ; valid email address either in the whois or admin@, administrator@, hostmaster@, postmaster@, webmaster@yourDomain.tld (not available for PositiveSSL Web products) ;Leave hashAlgorith empty if you are not ordering a Thawte/Symantec product. ;Possible values: SHA256, SHA256-FULL-CHAIN, SHA256-ECC-FULL (Symantec Pro only), and SHA256-ECC-HYBRID (Symantec Pro only) [PAYMENT] mode = pre ;Payment mode code, a list is available in the "help payment" if TBSCertBot quotation = 0 ;0: order, 1: quotation [MISCELLANEOUS] promotionalCode = ;Promotional code if you have one customerNote = ;You can leave a note on your order for the TBS Internet Team customerReference = ;An optional reference that you can choose for your order reissueReason = ;For the case of reissues, a reason for the reissue [ORGANIZATION] ; Default certified company details number = 012345678 ;Identification number of your organization if applicable type = FRRCS ;Organization type code, a list is available in the "help organization-type" argument of TBSCertBot ;nafCode = ;Optional, can be filled for French companies name = Example Inc ;Organization legal name address[] = 01 Test Street ;Organization Headquarters' address city = Paris ;Organization Headquarters' city postalCode = 75000 ;Organization Headquarters' postal code state = Paris ;Organization Headquarters State/Province/Département or equivalent if applicable country = FR ;Organization Headquarters' two letter ISO 3166 country code, a list is available in the "help country-code" TBSCertBot argument phoneNumber = +33-1-2345-6789 ;Organization Headquarters' main phone number, international format is preferred ;Optional Billing organization if it differes from your organization [BILLING_ORGANIZATION] ; Default certified company details number = ;Identification number of your organization if applicable type = ;Organization type code, a list is available in the "help organization-type" argument of TBSCertBot ;nafCode = ;Optional, can be filled for French companies name = ;Organization legal name address[] = ;Organization Headquarters' address city = ;Organization Headquarters' city postalCode = ;Organization Headquarters' postal code state = ;Organization Headquarters State/Province/Département or equivalent if applicable country = ;Organization Headquarters' two letter ISO 3166 country code, a list is available in the "help country-code" TBSCertBot argument phoneNumber = ;Organization Headquarters' main phone number, international format is preferred accountingEmailAddress = ;Organization's accounting service email address ;Default corporate contact that has to belong to the certified company [CORPORATE_CONTACT] title = Mr ;Can be Mr, Miss, Mrs firstName = John lastName = Test function = Sales ; Function/Job Title of the contact phoneNumber = +33-1-2345-6788 ;Must be a valid phone number emailAddress = john.test@example.org ;Must be a valid email address language = FR ;Must be FR or EN [TECHNICAL_CONTACT] ; Default technical contact that doesn't have to belong to the certified company title = Mrs ;Can be Mr, Miss, Mrs firstName = Jane lastName = Test function = IT ;Function/Job Title of the contact phoneNumber = +33-1-2345-6787 ;Must be a valid phone number emailAddress = jane.test@example.org ;Must be a valid phone number language = EN ;Must be FR or EN ;Default legal contact that has to belong to the certified company ;This contact replaces the corporate contact for RGS/eIDas certificates [LEGAL_CONTACT] title = ;Can be Mr, Miss, Mrs firstName = lastName = function = ;Function/Job Title of the contact phoneNumber = ;Must be a valid phone number emailAddress = ;Must be a valid phone number language = ; Must be FR or EN