For the cert and provisioning profile calls: ``` ruby Certificates.new(aget.list_certificates, Date.today, 57) ProvisioningProfiles.new(aget.list_profiles, Date.today, 57) ``` so the start date and the number of days' expiry should be defaulted.
For the cert and provisioning profile calls:
so the start date and the number of days' expiry should be defaulted.