This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It is a bit of a confusing process. This is a copy/paste from some old documentation. | |
Before going through these steps, you must have OpenSSL installed (https://www.openssl.org/related/binaries.html). | |
Using a command line window: | |
1. cd C:\OpenSSL-Win32\bin (or path to where you installed SSL) | |
2. openssl genrsa -out ios_distribution.key 2048 | |
3. openssl req -new -key ios_distribution.key -out CertificateSigningRequest.certSigningRequest -subj /emailAddress=YOUEMAILADDRESS, CN=YOUR NAME, C=COUNTRYCODE | |
4. Go to https://developer.apple.com/ios/manage/certificates/team/distribute.action68 and sign in. Go to “certificates” under iOS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// | |
// ADD TO YOUR THEME functions.php | |
// @author Glauber Portella <[email protected]> | |
// | |
/** | |
* Resize youtube videos | |
* Redim youtube videos URL that exists on content to be embed responsive using Bootstrap 3 embed responsive feature | |
* Needs theme with Bootstrap 3 support |